IndexCollectionType Enumeration

Secondary index collection type.

Definition

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

Members

DEFAULT0 Normal scalar index.
LIST1 Index list elements.
MAPKEYS2 Index map keys.
MAPVALUES3 Index map values.

See Also