List write flags
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.0.0 (3.6.3)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Default. Allow duplicate values and insertions at any index. | |
ADD_UNIQUE | 1 | Only add unique values. | |
INSERT_BOUNDED | 2 | Enforce list boundaries when inserting. Do not allow values to be inserted at index outside current list boundaries. |
See Also