Show / Hide Table of Contents

Class StateStoreConfig

Configuration of state store to persist extraction state between runs

Inheritance
object
StateStoreConfig
Inherited Members
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 StateStoreConfig

Properties

| Edit this page View Source

Database

Which type of database to use. One of "None", "LiteDb", "Raw".

Declaration
public StateStoreConfig.StorageType Database { get; set; }
Property Value
Type Description
StateStoreConfig.StorageType
| Edit this page View Source

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

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