Enum IngestionRunOutcome
How a run ended.
public enum IngestionRunOutcome
Fields
Completed = 0Every enumerated document was processed. The only outcome that prunes.
Suspended = 1A budget, a throttle pause or a lifecycle stop ended the run on a committed boundary.
Cancelled = 2The caller's token was cancelled, or
RequestStopwas called.Failed = 3A run-tier fault.
IngestionRunResult.Failurecarries it.