Aerospike
C#
C#
Show/Hide TOC
Index
Type Enumeration
Underlying data type of secondary index.
Definition
Namespace:
Aerospike.Client
Assembly:
AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
Copy
public
enum
IndexType
Members
NUMERIC
0
Number index.
STRING
1
String index.
BLOB
2
byte[] index. Requires server version 7.0+
GEO2DSPHERE
3
2-dimensional spherical geospatial index.
See Also
Reference
Aerospike.Client Namespace
In This Article
Definition
Members
See Also