CTX.MapIndex Method
Lookup map by index offset.
If the index is negative, the resolved index starts backwards from end of list.
If an index is out of bounds, a parameter error will be returned. Examples:
- 0: First item.
- 4: Fifth item.
- -1: Last item.
- -3: Third to last item.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static CTX MapIndex(
int index
)
- index Int32
-
CTX