Class StateStoreConfig
Configuration of state store to persist extraction state between runs
Inherited Members
Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public class StateStoreConfig
Properties
| Edit this page View SourceDatabase
Which type of database to use. One of "None", "LiteDb", "Raw".
Declaration
public StateStoreConfig.StorageType Database { get; set; }
Property Value
Type | Description |
---|---|
StateStoreConfig.StorageType |
Location
Path to database file used by litedb.
Declaration
public string? Location { get; set; }
Property Value
Type | Description |
---|---|
string | Some path, ex ./my/database/file.db |