Show / Hide Table of Contents

Enum ExtractorTaskResult

Result of a long-running extractor task.

Used to indicate whether a task is expected to exit, and whether an exit should be considered the extractor crashing.

Namespace: Cognite.Extractor.Utils.Unstable
Assembly: ExtractorUtils.dll
Syntax
public enum ExtractorTaskResult

Fields

Name Description
Expected

Task was expected to shut down.

Unexpected

Task should not have shut down.

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, ExtractorTaskResult>(ExtractorTaskResult, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX