Show / Hide Table of Contents

Interface IExtractionState

Minimum required properties for an extraction state

Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public interface IExtractionState

Properties

| Edit this page View Source

Id

Unique Id

Declaration
string Id { get; }
Property Value
Type Description
string
| Edit this page View Source

LastTimeModified

Last time this was modified in a way that requires storage. Update this value to now if you want it to be persisted to the state-storage.

Declaration
DateTime? LastTimeModified { get; }
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