FdbValueCheckResult
Namespace: FoundationDB.Client · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Result of a deferred value-check
Fields
Failed
Failed = 2
At least one value-check performed with this tag failed in the previous attempt.
Success
Success = 1
All value-checks performed with this tag passed in the previous attempt.
Unknown
Unknown = 0
There was no value-check performed with this tag in the previous attempt.