AzureTableDataManager<T>(String, String, ILoggerFactory) 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, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Streaming.AzureStorage.AzureTableDataManager<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> : string * string * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Streaming.AzureStorage.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, loggerFactory As ILoggerFactory)
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.
- loggerFactory
- ILoggerFactory
Logger factory to use.