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