CTXListIndexCreate 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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static CTX ListIndexCreate(
	int index,
	ListOrder order,
	bool pad
)

Parameters

index  Int32
 
order  ListOrder
 
pad  Boolean
 

Return Value

CTX

See Also