IndexCollectionType Enumeration

Secondary index collection type.

Definition

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

Members

Default0 Normal scalar index.
List1 Index list elements.
Mapkeys2 Index map keys.
Mapvalues3 Index map values.

See Also