IndexCollectionType Enumeration
Secondary index collection type.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public enum IndexCollectionType
Default | 0 |
Normal scalar index.
|
List | 1 |
Index list elements.
|
Mapkeys | 2 |
Index map keys.
|
Mapvalues | 3 |
Index map values.
|