ExpType Enumeration

Expression type.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public enum Type

Members

NIL0 
BOOL1 
INT2 
STRING3 
LIST4 
MAP5 
BLOB6 
FLOAT7 
GEO8 
HLL9 

See Also