ListOperation Insert Method Aerospike
Overload List

  NameDescription
Public methodStatic memberInsert(String, Int32, Value)
Create default list insert operation. Server inserts value to specified index of list bin. Server returns list size.
Public methodStatic memberInsert(ListPolicy, String, Int32, Value)
Create list insert operation with policy. Server inserts value to specified index of list bin. Server returns list size.
Back to Top
See Also