CTX.ListIndexCreate Method
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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static CTX ListIndexCreate(
int index,
ListOrder order,
bool pad
)
- index Int32
-
- order ListOrder
-
- pad Boolean
-
CTX