26.156. Class AdapterSettings
Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll
Represents configuration settings for an adapter.
[ExtractDocumentation("Options for AdapterSettings")]
public class AdapterSettings
26.156.1. Inheritance
26.156.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
26.156.3. Fields
26.156.3.1. SettingSection
Path to the section containing the values in the configuration object
public const string SettingSection = "AdapterSettings"
26.156.3.1.1. Field Value
26.156.4. Properties
26.156.4.1. AdapterAbsolutePath
Absolute file system path of the adapter’s plugin assembly in the container
public string AdapterAbsolutePath { get; set; }
26.156.4.1.1. Property Value
26.156.4.2. ClassName
Fully qualified name of the adapter class that implements the
public string ClassName { get; set; }