ListOperation.Insert(ListPolicy, String, Int32, Value, CTX[]) Method
Create list insert operation with policy.
Server inserts value to specified index of list bin.
Server returns list size.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Operation Insert(
ListPolicy policy,
string binName,
int index,
Value value,
params CTX[] ctx
)
- policy ListPolicy
-
- binName String
-
- index Int32
-
- value Value
-
- ctx CTX[]
-
Operation