Table of Contents

Enum IngestionRunOutcome

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

How a run ended.

public enum IngestionRunOutcome

Fields

Completed = 0

Every enumerated document was processed. The only outcome that prunes.

Suspended = 1

A budget, a throttle pause or a lifecycle stop ended the run on a committed boundary.

Cancelled = 2

The caller's token was cancelled, or RequestStop was called.

Failed = 3

A run-tier fault. IngestionRunResult.Failure carries it.