Class ConfigWrapper<TConfig>
Wrapper around a config file with extra information about the active revision.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class ConfigWrapper<TConfig>
Type Parameters
Name | Description |
---|---|
TConfig |
Constructors
| Edit this page View SourceConfigWrapper(TConfig, int?)
Constructor.
Declaration
public ConfigWrapper(TConfig config, int? revision)
Parameters
Type | Name | Description |
---|---|---|
TConfig | config | Configuration object. |
int? | revision | Revision info. |
Properties
| Edit this page View SourceConfig
Configuration object.
Declaration
public TConfig Config { get; }
Property Value
Type | Description |
---|---|
TConfig |
Revision
Revision number or null to mean local config.
Declaration
public int? Revision { get; }
Property Value
Type | Description |
---|---|
int? |