LargeList Add Method Aerospike
Overload List

  NameDescription
Public methodAdd(IList)
Add values to list. Fail if a value's key exists and list is configured for unique keys. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Public methodAdd(Value)
Add value to list. Fail if value's key exists and list is configured for unique keys. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Public methodAdd( Value )
Add values to list. Fail if a value's key exists and list is configured for unique keys. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Back to Top
See Also