Show / Hide Table of Contents

Enum StateStoreConfig.StorageType

Enum for storage type in litedb

Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
public enum StateStoreConfig.StorageType

Fields

Name Description
LiteDb

State storage using litedb

None

Use no storage

Raw

State storage using raw

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, StateStoreConfig.StorageType>(StateStoreConfig.StorageType, 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