Module: Aerospike::ParticleType
- Defined in:
- lib/aerospike/value/particle_type.rb
Constant Summary collapse
- NULL =
Server particle types. Unsupported types are commented out.
0- INTEGER =
1- DOUBLE =
2- STRING =
3- BLOB =
4- RUBY_BLOB =
TIMESTAMP = 5 DIGEST = 6 JBLOB = 7 CSHARP_BLOB = 8 PYTHON_BLOB = 9
10- HLL =
PHP_BLOB = 11 ERLANG_BLOB = 12 SEGMENT_POINTER = 13 RTA_LIST = 14 RTA_DICT = 15 RTA_APPEND_DICT = 16 RTA_APPEND_LIST = 17
18- MAP =
19- LIST =
20- GEOJSON =
23