Bitwise operation flags for resize.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
[FlagsAttribute] public enum BitResizeFlags
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