AzureTableSettingsStore Constructor

Creates a new instance of AzureTableSettingsStore

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.3.9666.0
C#
public AzureTableSettingsStore(
	IConfiguration configuration,
	ILogger logger,
	ISecretProvider secretProvider,
	string? tableName = ""
)

Parameters

configuration  IConfiguration
The IConfiguration object to use
logger  ILogger
The ILogger the factory will use
secretProvider  ISecretProvider
The ISecretProvider the store will use
tableName  String  (Optional)
An optional table name to use instead of the configured table

See Also