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: 3.9.11.0 (3.9.11)
Syntax

Parameters

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