Create default list insert items operation.
Server inserts each input list item starting at specified index of list bin.
Server returns list size.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static Operation InsertItems( string binName, int index, IList list, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- index
- Type: SystemInt32
- list
- Type: System.CollectionsIList
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also