Class BaseStorableState
Minimal state that may be stored to a state-storage system. Only contains an Id. This should be extended to create custom storable objects.
Inherited Members
Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public class BaseStorableState
Properties
| Edit this page View SourceId
Unique identifier for the state in the destination storage
Declaration
[BsonId]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |