BitResizeFlags EnumerationAerospike
Bitwise operation flags for resize.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.3.0 (4.0.3)
Syntax

Members

  Member nameValueDescription
DEFAULT0 Default. Pad end of bitmap.
FROM_FRONT1 Add/remove bytes from the beginning instead of the end.
GROW_ONLY2 Only allow the byte[] size to increase.
SHRINK_ONLY4 Only allow the byte[] size to decrease.
See Also