EventHubCheckpointerSettings Constructors
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.
Overloads
EventHubCheckpointerSettings() |
Default constructor/ |
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>) |
Constructor |
EventHubCheckpointerSettings()
Default constructor/
public EventHubCheckpointerSettings ();
Public Sub New ()
Applies to
EventHubCheckpointerSettings(String, String, String, Nullable<TimeSpan>)
Constructor
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)
Parameters
- dataConnectionString
- String
Azure table storage connections string.
- table
- String
table name.
- checkpointNamespace
- String
checkpointer namespace.