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.3.2.0 (5.3.2)
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