BitResizeFlags Enumeration

Bitwise operation flags for resize.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
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