Documentation

BitwiseWriteFlags
in package

BitWriteFlags specify bitwise operation policy write flags.

Table of Contents

Methods

CreateOnly()  : BitwiseWriteFlags
BitWriteFlagsCreateOnly specifies that: If the bin already exists, the operation will be denied.
Default()  : BitwiseWriteFlags
BitWriteFlagsDefault allows create or update.
NoFail()  : BitwiseWriteFlags
BitWriteFlagsNoFail specifies not to raise error if operation is denied.
Partial()  : BitwiseWriteFlags
BitWriteFlagsPartial allows other valid operations to be committed if this operations is denied due to flag constraints.
UpdateOnly()  : BitwiseWriteFlags
BitWriteFlagsUpdateOnly specifies that: If the bin already exists, the bin will be overwritten.

Methods


        
On this page

Search results