ListOperation Append Method (ListPolicy, String, Value,  CTX )Aerospike
Create list append operation with policy. Server appends value to list bin. Server returns list size.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax

Parameters

policy
Type: Aerospike.Client ListPolicy
binName
Type: System String
value
Type: Aerospike.Client Value
ctx
Type:  Aerospike.Client CTX 
See Also