FdbConflictRangeType

Namespace: FoundationDB.Client · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Defines a type of conflict artificially added to a transaction

Fields

Read

Read = 0

Used to add a read conflict range.

Write

Write = 1

Used to add a write conflict range.