EventHubCheckpointerSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EventHubCheckpointerSettings() |
Construtor padrão/ |
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>) |
Construtor |
EventHubCheckpointerSettings()
Construtor padrão/
public EventHubCheckpointerSettings ();
Public Sub New ()
Aplica-se a
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>)
Construtor
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)
Parâmetros
- dataConnectionString
- String
Cadeia de conexões de armazenamento de tabela do Azure.
- table
- String
nome da tabela.
- checkpointNamespace
- String
namespace do ponto de verificação.