Create list set operation.
Server sets item value at specified index in list bin.
Server does not return a result by default.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Set( 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