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