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

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax

Parameters

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