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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation AppendItems( ListPolicy policy, string binName, IList list, params CTX[] ctx )
Parameters
- policy
- Type: Aerospike.ClientListPolicy
- binName
- Type: SystemString
- list
- Type: System.CollectionsIList
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also