Class ExtractorState
Class used to store the state of the extractors.
Inherited Members
Namespace: Cognite.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public class ExtractorState
Constructors
| Edit this page View SourceExtractorState(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 SourceCurrentState
State of the current extractors.
Declaration
public Dictionary<int, IExtractorInstance> CurrentState { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<int, IExtractorInstance> |
UpdatedStatus
Value used by the extractor to update its own active status.
Declaration
public bool UpdatedStatus { get; set; }
Property Value
Type | Description |
---|---|
bool |