Show / Hide Table of Contents

Class ReactiveEntityRecoveryFailureMitigation

Entity recovery failure mitigation options.

Inheritance
System.Object
ReactiveEntityRecoveryFailureMitigation
Namespace: Reaqtor.QueryEngine.Events
Assembly: Reaqtor.QueryEngine.dll
Syntax
public sealed class ReactiveEntityRecoveryFailureMitigation : Enum

Fields

Ignore

Ignores the failure. A future recovery attempt will retry the load. This option is the default and recommended to investigate issues.

Declaration
public const ReactiveEntityRecoveryFailureMitigation Ignore
Field Value
Type Description
ReactiveEntityRecoveryFailureMitigation

Regenerate

Attempts to regenerate the entity.

Declaration
public const ReactiveEntityRecoveryFailureMitigation Regenerate
Field Value
Type Description
ReactiveEntityRecoveryFailureMitigation

Remove

Permanently removes the entity.

Declaration
public const ReactiveEntityRecoveryFailureMitigation Remove
Field Value
Type Description
ReactiveEntityRecoveryFailureMitigation

value__

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