Table of Contents

Class DefaultConfig<TAutomationConfig>

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Represents the default configuration for a connector, including model and routine libraries, and automation configuration.

public class DefaultConfig<TAutomationConfig> : BaseConfig where TAutomationConfig : AutomationConfig, new()

Type Parameters

TAutomationConfig

The type of the automation configuration.

Inheritance
VersionedConfig
DefaultConfig<TAutomationConfig>
Inherited Members
VersionedConfig.Version
VersionedConfig.KeyVault

Properties

Automation

Configuration for the automation settings.

public TAutomationConfig Automation { get; set; }

Property Value

TAutomationConfig

Connector

Configuration for the default connector

public DefaultConnectorConfig Connector { get; set; }

Property Value

DefaultConnectorConfig

Methods

GenerateDefaults()

Generate default configuration objects if the corresponding tags are not present in the yaml config file/string

public override void GenerateDefaults()