Options
All
  • Public
  • Public/Protected
  • All
Menu

Isolation level which can be passed into the ISTMOptions.

Index

Enumeration members

ReadCommitted

ReadCommitted:

ReadCommitted reads keys from any committed revision.

RepeatableReads

RepeatableReads:

RepeatableReads reads within the same transaction attempt always return the same data.

Serializable

Serializable:

Serializable reads within the same transaction attempt return data from the at the revision of the first read.

SerializableSnapshot

SerializableSnapshot:

SerializableSnapshot provides serializable isolation and also checks for write conflicts.

Legend

  • Constructor
  • Method
  • Inherited method

Generated using TypeDoc