Enumeration writeFlags

Bitwise write flags.

Enumeration Members

CREATE_ONLY: number

If the bin already exists, the operation will be denied. If the bin does not exist, a new bin will be created.

DEFAULT: number

Allow create or update. Default.

NO_FAIL: number

Do not raise error if operation is denied.

PARTIAL

Allow other valid operations to be committed if this operations is denied due to flag constraints.

UPDATE_ONLY: number

If the bin already exists, the bin will be overwritten. If the bin does not exist, the operation will be denied.

MMNEPVFCICPMFPCPTTAAATR