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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Create( string binName, ListOrder order, bool pad, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- order
- Type: Aerospike.ClientListOrder
- pad
- Type: SystemBoolean
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also