ListOperation.Set(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: 7.4.0+0f57007ab339dd64ba832432e6e4e74f3d9832da
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