Expression type.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public enum Type
Members
Member name | Value | Description | |
---|---|---|---|
NIL | 0 | ||
BOOL | 1 | ||
INT | 2 | ||
STRING | 3 | ||
LIST | 4 | ||
MAP | 5 | ||
BLOB | 6 | ||
FLOAT | 7 | ||
GEO | 8 | ||
HLL | 9 |
See Also