Show / Hide Table of Contents

Class CheckpointKind

Enum with different checkpoint kinds.

Inheritance
System.Object
CheckpointKind
Namespace: Reaqtor.QueryEngine
Assembly: Reaqtor.QueryEngine.Interfaces.dll
Syntax
public sealed class CheckpointKind : Enum

Fields

Differential

Only the differences in the state are part of the transaction.

Declaration
public const CheckpointKind Differential
Field Value
Type Description
CheckpointKind

Full

The complete state is part of the transaction.

Declaration
public const CheckpointKind Full
Field Value
Type Description
CheckpointKind

Invalid

Invalid transaction kind.

Declaration
public const CheckpointKind Invalid
Field Value
Type Description
CheckpointKind

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX