ListOperation Create Method Aerospike
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: 3.9.5.0 (3.9.5)
Syntax

Parameters

binName
Type: System String
order
Type: Aerospike.Client ListOrder
pad
Type: System Boolean
ctx
Type:  Aerospike.Client CTX 
See Also