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.1.0 (3.9.1)
Syntax

Parameters

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