AzureTableDataManager<T>(String, String, ILoggerFactory) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Constructeur
public AzureTableDataManager (string tableName, string storageConnectionString, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Persistence.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.Persistence.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)
Paramètres
- tableName
- String
Nom de la table à connecter.
- storageConnectionString
- String
Chaîne de connexion pour le compte de stockage Azure utilisé pour héberger cette table.
- loggerFactory
- ILoggerFactory
Fabrique d’enregistreur d’événements à utiliser.