Create default list insert operation.
Server inserts value to specified index 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 Insert( string binName, int index, Value value, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- index
- Type: SystemInt32
- value
- Type: Aerospike.ClientValue
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also