Class BaseExtractionStatePoco
Represents an historical object in the destination system, used as storable object in state-stores.
Inherited Members
Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public class BaseExtractionStatePoco : BaseStorableState
  Properties
| Edit this page View SourceFirstTimestamp
Earliest known extracted timestamp
Declaration
[StateStoreProperty("first")]
public DateTime FirstTimestamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime | 
LastTimestamp
Last known extracted timestamp
Declaration
[StateStoreProperty("last")]
public DateTime LastTimestamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime |