Class RemoteConfigState<T>
State for remote config manager, which is reused between initialization and normal operation. This lets the state be created after services are initialized, giving it logger, etc.
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class RemoteConfigState<T> where T : VersionedConfig
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceConfig
Current config object.
Declaration
public T? Config { get; set; }
Property Value
Type | Description |
---|---|
T |
CurrentRevision
Current revision in use.
Declaration
public int CurrentRevision { get; set; }
Property Value
Type | Description |
---|---|
int |