Create list increment operation.
Server increments list[index] by value.
Value should be integer(IntegerValue, LongValue) or double(DoubleValue, FloatValue).
Server returns list[index] after incrementing.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.0.0 (3.6.3)
Syntax
Parameters
- policy
- Type: Aerospike.Client ListPolicy
- binName
- Type:
System String
- index
- Type:
System Int32
- value
- Type: Aerospike.Client Value
See Also