Create list insert operation with policy.
Server inserts value to specified index of list bin.
Server returns list size.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static Operation Insert( ListPolicy policy, string binName, int index, Value value, params CTX[] ctx )
Parameters
- policy
- Type: Aerospike.ClientListPolicy
- binName
- Type: SystemString
- index
- Type: SystemInt32
- value
- Type: Aerospike.ClientValue
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also