Class StorageConfiguration
Inheritance
System.Object
StorageConfiguration
Assembly: Simplic.Framework.Extension.dll
Syntax
public class StorageConfiguration : object
Properties
|
Improve this Doc
View Source
ConnectionStringName
Declaration
public string ConnectionStringName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priorization
Declaration
public int Priorization { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Provider
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TenantId
Declaration
public string TenantId { get; set; }
Property Value
Type |
Description |
System.String |
|