ReadCommitted reads keys from any committed revision.
RepeatableReads reads within the same transaction attempt always return the same data.
Serializable reads within the same transaction attempt return data from the at the revision of the first read.
SerializableSnapshot provides serializable isolation and also checks for write conflicts.
Generated using TypeDoc
Isolation level which can be passed into the ISTMOptions.