Class StorageConfiguration
Inheritance
System.Object
StorageConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class StorageConfiguration
Properties
| Improve this Doc View SourceConnectionStringName
Declaration
public string ConnectionStringName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Priorization
Declaration
public int Priorization { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Provider
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TenantId
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |