AzureLogRepository Constructor

Creates a new instance of AzureLogRepository

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public AzureLogRepository(
	string accountName,
	string accountKey,
	string tablesUri
)

Parameters

accountName  String
The Azure storage account name to use
accountKey  String
The Azure storage account key to use
tablesUri  String
The root URI of the Azure tables to use

See Also