IndexType Enumeration

Underlying data type of secondary index.

Definition

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

Members

NUMERIC0 Number index.
STRING1 String index.
GEO2DSPHERE2 2-dimensional spherical geospatial index.

See Also