Table of Contents

Enum DurabilityOverride

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Per-transaction override for durability. Can only escalate (never downgrade).

public enum DurabilityOverride : byte

Fields

Default = 0

Use the owning UoW's DurabilityMode.

Immediate = 1

Force FUA for this specific commit (escalation only).