Overload List
Name | Description | |
---|---|---|
![]() ![]() | Increment(String, Int32) |
Create list increment operation.
Server increments list[index] by 1.
Server returns list[index] after incrementing.
|
![]() ![]() | Increment(String, Int32, Value) |
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.
|
See Also