ListOperation AppendItems Method (ListPolicy, String, IList,  CTX )Aerospike
Create list append items operation with policy. Server appends each input list item to list bin. Server returns list size.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.6.0 (4.2.6)
Syntax

Parameters

policy
Type: Aerospike.Client ListPolicy
binName
Type: System String
list
Type: System.Collections IList
ctx
Type:  Aerospike.Client CTX 
See Also