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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.4.0+0f57007ab339dd64ba832432e6e4e74f3d9832da
C#
public static Operation Set(
	ListPolicy policy,
	string binName,
	int index,
	Value value,
	params CTX[] ctx
)

Parameters

policy  ListPolicy
 
binName  String
 
index  Int32
 
value  Value
 
ctx  CTX[]
 

Return Value

Operation

See Also