Sha256: 9a0a1be6560211f45dbce446879359cd7deaaaa40782f9ea4da015a00ea2d49e

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 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
    #LUA_BLOB = 18
    MAP = 19
    LIST = 20
    GEOJSON = 23

  end # module

end # module

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aerospike-2.14.0 lib/aerospike/value/particle_type.rb
aerospike-2.13.0 lib/aerospike/value/particle_type.rb