Sha256: 3e1b889582610fcbcd6fdf193528155346145015bcca19d42129b5e6559ec6a0
Contents?: true
Size: 1.11 KB
Versions: 8
Compression:
Stored size: 1.11 KB
Contents
# encoding: utf-8 # Copyright 2014 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
8 entries across 8 versions & 1 rubygems