Bitwise operation flags for resize.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Default. Pad end of bitmap. | |
FROM_FRONT | 1 | Add/remove bytes from the beginning instead of the end. | |
GROW_ONLY | 2 | Only allow the byte[] size to increase. | |
SHRINK_ONLY | 4 | Only allow the byte[] size to decrease. |
See Also