IndexType Enumeration

Underlying data type of secondary index.

Definition

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

Members

NUMERIC0 Number index.
STRING1 String index.
BLOB2 byte[] index. Requires server version 7.0+
GEO2DSPHERE3 2-dimensional spherical geospatial index.

See Also