HyperLogLog operation policy write flags.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.0.0 (4.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Default. Allow create or update. | |
CREATE_ONLY | 1 | If the bin already exists, the operation will be denied. If the bin does not exist, a new bin will be created. | |
UPDATE_ONLY | 2 | If the bin already exists, the bin will be overwritten. If the bin does not exist, the operation will be denied. | |
NO_FAIL | 4 | Do not raise error if operation is denied. | |
ALLOW_FOLD | 8 | Allow the resulting set to be the minimum of provided index bits. Also, allow the usage of less precise HLL algorithms when minHash bits of all participating sets do not match. |
See Also