ListOperation Increment Method (ListPolicy, String, Int32, Value,  CTX )Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.8.0 (3.9.8)
Syntax

Parameters

policy
Type: Aerospike.Client ListPolicy
binName
Type: System String
index
Type: System Int32
value
Type: Aerospike.Client Value
ctx
Type:  Aerospike.Client CTX 
See Also