FdbTransactionLog.Mode

Namespace: FoundationDB.Filters.Logging · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

Categories of operations supported by a transaction

Fields

Annotation

Annotation = 5

Comments, annotations, debug output attached to the transaction

Invalid

Invalid = 0

Invalid mode

Meta

Meta = 3

Operation that changes the state or behavior of the transaction

Read

Read = 1

Operation that reads keys and/or values from the database

Watch

Watch = 4

Operation that watch changes performed in the database, outside the transaction

Write

Write = 2

Operation that writes or clears keys from the database