ListOperation.Create 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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Create(
string binName,
ListOrder order,
bool pad,
params CTX[] ctx
)
- binName String
-
- order ListOrder
-
- pad Boolean
-
- ctx CTX[]
-
Operation