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
CreateOnly()
BitWriteFlagsCreateOnly specifies that: If the bin already exists, the operation will be denied.
public
static CreateOnly() : BitwiseWriteFlags
If the bin does not exist, a new bin will be created.
Return values
BitwiseWriteFlagsDefault()
BitWriteFlagsDefault allows create or update.
public
static Default() : BitwiseWriteFlags
Return values
BitwiseWriteFlagsNoFail()
BitWriteFlagsNoFail specifies not to raise error if operation is denied.
public
static NoFail() : BitwiseWriteFlags
Return values
BitwiseWriteFlagsPartial()
BitWriteFlagsPartial allows other valid operations to be committed if this operations is denied due to flag constraints.
public
static Partial() : BitwiseWriteFlags
Return values
BitwiseWriteFlagsUpdateOnly()
BitWriteFlagsUpdateOnly specifies that: If the bin already exists, the bin will be overwritten.
public
static UpdateOnly() : BitwiseWriteFlags
If the bin does not exist, the operation will be denied.