This module defines operations on the List data type. Create list operations used by the Client#operate command.
For more information, please refer to the ⇑Lists and ⇑List Operations documentation in the Aerospike Feature Guide.
List operations support negative indexing. If the index is negative, the resolved index starts backwards from end of list.
Index/Range examples:
If an index is out of bounds, a parameter error will be returned. If a range is partially out of bounds, the valid part of the range will be returned.
To operate on nested lists, use the ListOperation#withContext function to set the context for a list operation.
Client#operate
This module defines operations on the List data type. Create list operations used by the Client#operate command.
For more information, please refer to the ⇑Lists and ⇑List Operations documentation in the Aerospike Feature Guide.
List Index
List operations support negative indexing. If the index is negative, the resolved index starts backwards from end of list.
Index/Range examples:
If an index is out of bounds, a parameter error will be returned. If a range is partially out of bounds, the valid part of the range will be returned.
CDT Context - Operating on Nested Lists
To operate on nested lists, use the ListOperation#withContext function to set the context for a list operation.
See
Client#operate