Sha256: 9ce855fc93e933414537c285dc0ad27da4744909b5f33a5fc44314fe2d1f70c1

Contents?: true

Size: 842 Bytes

Versions: 11

Compression:

Stored size: 842 Bytes

Contents

# encoding: utf-8
# Copyright 2016-2017 Aerospike, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

module Aerospike

  module RecordBinMultiplicity

    # Returns only the result of the last operation on a given record bin.
    SINGLE = 0

    # Returns the results of all operations on a given record bin as a list.
    ARRAY = 1

  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
aerospike-2.12.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.11.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.10.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.9.1 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.9.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.8.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.7.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.6.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.5.1 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.5.0 lib/aerospike/policy/record_bin_multiplicity.rb
aerospike-2.4.0 lib/aerospike/policy/record_bin_multiplicity.rb