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 SourceId
Unique Id
Declaration
string Id { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
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? |