Click or drag to resize

AzureTableSettings Constructor

Constructs a table settings processor using a specified Azure Storage Account and table name.

Namespace: Orthogonal.NSettings.AzureTable
Assembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntax
C#
public 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