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 |