EventHubCheckpointerSettings Constructeurs
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.
Surcharges
EventHubCheckpointerSettings() |
Constructeur par défaut/ |
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>) |
Constructeur |
EventHubCheckpointerSettings()
Constructeur par défaut/
public EventHubCheckpointerSettings ();
Public Sub New ()
S’applique à
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>)
Constructeur
public EventHubCheckpointerSettings (string dataConnectionString, string table, string checkpointNamespace, TimeSpan? persistInterval = default);
new Orleans.ServiceBus.Providers.EventHubCheckpointerSettings : string * string * string * Nullable<TimeSpan> -> Orleans.ServiceBus.Providers.EventHubCheckpointerSettings
Public Sub New (dataConnectionString As String, table As String, checkpointNamespace As String, Optional persistInterval As Nullable(Of TimeSpan) = Nothing)
Paramètres
- dataConnectionString
- String
Chaîne de connexions de stockage de table Azure.
- table
- String
nom de la table.
- checkpointNamespace
- String
espace de noms du point de contrôle.