Show / Hide Table of Contents

Class ExtractionRunConfig

Configuration for extraction pipeline run

Inheritance
object
ExtractionRunConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class ExtractionRunConfig

Properties

| Edit this page View Source

ExternalId

Extraction pipeline external id

Declaration
public string? ExternalId { set; }
Property Value
Type Description
string
| Edit this page View Source

Frequency

Frequency of extraction pipeline updates in seconds.

Declaration
public int Frequency { get; set; }
Property Value
Type Description
int
| Edit this page View Source

PipelineId

ExternalId of extraction pipeline.

Declaration
public string? PipelineId { get; set; }
Property Value
Type Description
string

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, 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