ListOperationAppend(ListPolicy, String, Value, CTX) Method

Create list append operation with policy. Server appends value to list bin. Server returns list size.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation Append(
	ListPolicy policy,
	string binName,
	Value value,
	params CTX[] ctx
)

Parameters

policy  ListPolicy
 
binName  String
 
value  Value
 
ctx  CTX
 

Return Value

Operation

See Also