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.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
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