Class DefaultConfig<TAutomationConfig>
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
-
VersionedConfigDefaultConfig<TAutomationConfig>
- Inherited Members
-
VersionedConfig.VersionVersionedConfig.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
Methods
GenerateDefaults()
Generate default configuration objects if the corresponding tags are not present in the yaml config file/string
public override void GenerateDefaults()