Secondary index collection type.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public enum IndexCollectionType
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Normal scalar index. | |
LIST | 1 | Index list elements. | |
MAPKEYS | 2 | Index map keys. | |
MAPVALUES | 3 | Index map values. |
See Also