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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static CTX MapIndex( int index )
Parameters
- index
- Type: SystemInt32
Return Value
Type: CTXSee Also