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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.3)
Syntax
Parameters
- value
- Type: Aerospike.Client Value
value to add
See Also