Sha256: 7b1dad28e561fbe9eb06c17d196044bfddc4f50d52c04140f60803f25943ba68

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

# encoding: utf-8
# Copyright 2014-2020 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 ParticleType

    # Server particle types. Unsupported types are commented out.
    NULL = 0
    INTEGER = 1
    DOUBLE = 2
    STRING = 3
    BLOB = 4
    #TIMESTAMP = 5
    #DIGEST = 6
    #JBLOB = 7
    #CSHARP_BLOB = 8
    #PYTHON_BLOB = 9
    RUBY_BLOB = 10
    #PHP_BLOB = 11
    #ERLANG_BLOB = 12
    #SEGMENT_POINTER = 13
    #RTA_LIST = 14
    #RTA_DICT = 15
    #RTA_APPEND_DICT = 16
    #RTA_APPEND_LIST = 17
    HLL = 18
    MAP = 19
    LIST = 20
    GEOJSON = 23

  end # module

end # module

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aerospike-2.19.0 lib/aerospike/value/particle_type.rb
aerospike-2.18.0 lib/aerospike/value/particle_type.rb
aerospike-2.17.0 lib/aerospike/value/particle_type.rb
aerospike-2.16.0 lib/aerospike/value/particle_type.rb
aerospike-2.15.0 lib/aerospike/value/particle_type.rb