 | AzureTableSettings Constructor |
Constructs a table settings processor using a specified Azure Storage Account and table name.
Namespace: Orthogonal.NSettings.AzureTableAssembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntaxpublic AzureTableSettings(
string storageConnectString,
string tableName = "Settings"
)
Parameters
- storageConnectString String
- The Azure Storage Account connection string.
- tableName String (Optional)
- The override table name. The default name is 'Settings'.
See Also