Class DocumentStorageSettings
Defines the list of storage settings, and which one to use.
Inherited Members
Namespace: LemonEdge.API
Assembly: LemonEdge.API.dll
Syntax
public class DocumentStorageSettings
Constructors
DocumentStorageSettings()
Declaration
public DocumentStorageSettings()
Properties
Available
The list of available ContainerSettings.
Declaration
public List<ContainerSettings> Available { get; set; }
Property Value
Type | Description |
---|---|
List<ContainerSettings> |
Selected
Gets the selected ContainerSetting.
Declaration
public string Selected { get; set; }
Property Value
Type | Description |
---|---|
string |