Show / Hide Table of Contents

Class ExtractorState

Class used to store the state of the extractors.

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

Constructors

| Edit this page View Source

ExtractorState(bool)

Constructor.

Declaration
public ExtractorState(bool initialStatus = false)
Parameters
Type Name Description
bool initialStatus

The initial active status of the extractor.

Properties

| Edit this page View Source

CurrentState

State of the current extractors.

Declaration
public Dictionary<int, IExtractorInstance> CurrentState { get; set; }
Property Value
Type Description
Dictionary<int, IExtractorInstance>
| Edit this page View Source

UpdatedStatus

Value used by the extractor to update its own active status.

Declaration
public bool UpdatedStatus { get; set; }
Property Value
Type Description
bool

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