ListOperationSet(ListPolicy, String, Int32, Value, CTX) Method
Create list set operation with policy.
Server sets item value at specified index in list bin.
Server does not return a result by default.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Operation Set(
ListPolicy policy,
string binName,
int index,
Value value,
params CTX[] ctx
)
- policy ListPolicy
-
- binName String
-
- index Int32
-
- value Value
-
- ctx CTX
-
Operation