CTX ListIndexCreate Method Aerospike
Lookup list by base list's index offset. If the list at index offset is not found, create it with the given sort order at that index offset. If pad is true and the index offset is greater than the bounds of the base list, nil entries will be inserted before the newly created list.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
Syntax

Parameters

index
Type: System Int32
order
Type: Aerospike.Client ListOrder
pad
Type: System Boolean
See Also