21.159. Class AdapterSettings

Namespace: ArmoniK.Core.Common.Injection.Options
Assembly: ArmoniK.Core.Common.dll

Represents configuration settings for an adapter.

public class AdapterSettings

21.159.1. Inheritance

objectAdapterSettings

21.159.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

21.159.3. Properties

21.159.3.1. AdapterAbsolutePath

Absolute file system path of the adapter’s plugin assembly in the container

public string AdapterAbsolutePath { get; set; }

21.159.3.1.1. Property Value

string

21.159.3.2. ClassName

Fully qualified name of the adapter class that implements the interface

public string ClassName { get; set; }

21.159.3.2.1. Property Value

string