Show / Hide Table of Contents

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 Source

Active

The active status of the extractor.

Declaration
bool Active { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Index

The index of the extractor.

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

TimeStamp

The time when the extractor was last updated.

Declaration
DateTime TimeStamp { get; set; }
Property Value
Type Description
DateTime

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