Lookup map by index offset.
Namespace: Aerospike.ClientIf 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.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.3.0 (3.9.3)
Syntax
Parameters
- index
- Type: System Int32
See Also