BitResizeFlags Enumeration

Bitwise operation flags for resize.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
[FlagsAttribute]
public enum BitResizeFlags

Members

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