AzureTableDataManager<T>(String, String, Logger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
public AzureTableDataManager (string tableName, string storageConnectionString, Orleans.Runtime.Logger logger = default);
new Orleans.AzureUtils.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> : string * string * Orleans.Runtime.Logger -> Orleans.AzureUtils.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))>
Public Sub New (tableName As String, storageConnectionString As String, Optional logger As Logger = Nothing)
Parameters
- tableName
- String
Name of the table to be connected to.
- storageConnectionString
- String
Connection string for the Azure storage account used to host this table.
- logger
- Logger
Logger to use.