Table of Contents

Class DefaultConnectorConfig

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

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

public class DefaultConnectorConfig : ConnectorConfig
Inheritance
DefaultConnectorConfig
Inherited Members

Properties

ModelLibrary

Configuration for the model library

public ModelLibraryConfig ModelLibrary { get; set; }

Property Value

ModelLibraryConfig

RoutineLibrary

Configuration for the routine library

public RoutineLibraryConfig RoutineLibrary { get; set; }

Property Value

RoutineLibraryConfig