IndexType Enumeration

Underlying data type of secondary index.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
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