Show / Hide Table of Contents

Class BaseExtractionStatePoco

Represents an historical object in the destination system, used as storable object in state-stores.

Inheritance
object
BaseStorableState
BaseExtractionStatePoco
Inherited Members
BaseStorableState.Id
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public class BaseExtractionStatePoco : BaseStorableState

Properties

| Edit this page View Source

FirstTimestamp

Earliest known extracted timestamp

Declaration
[StateStoreProperty("first")]
public DateTime FirstTimestamp { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

LastTimestamp

Last known extracted timestamp

Declaration
[StateStoreProperty("last")]
public DateTime LastTimestamp { 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