Interface IExtractorInstance
Interface for the instance of an extractor.
Namespace: Cognite.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public interface IExtractorInstance
Properties
| Edit this page View SourceActive
The active status of the extractor.
Declaration
bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Index
The index of the extractor.
Declaration
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
TimeStamp
The time when the extractor was last updated.
Declaration
DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |