ListOperationCreate Method

Create list create operation. Server creates list at given context level. The context is allowed to be beyond list boundaries only if pad is set to true. In that case, nil list entries will be inserted to satisfy the context position.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation Create(
	string binName,
	ListOrder order,
	bool pad,
	params CTX[] ctx
)

Parameters

binName  String
 
order  ListOrder
 
pad  Boolean
 
ctx  CTX
 

Return Value

Operation

See Also