Secondary index collection type.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.5)
Syntax
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