module Aerospike::CDT::BitResizeFlags

BitResizeFlags specifies the bitwise operation flags for resize.

Constants

DEFAULT

Default specifies the defalt flag.

FROM_FRONT

Adds/removes bytes from the beginning instead of the end.

GROW_ONLY

only allow the byte array size to increase.

SHRINK_ONLY

only allow the byte array size to decrease.