# EventHubCheckpointerFactory Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubcheckpointerfactory/)

## EventHubCheckpointerFactory(string, AzureTableStreamCheckpointerOptions, IOptions&lt;ClusterOptions&gt;, ILoggerFactory) {#constructor-string-orleans-configuration-azuretablestreamcheckpointeroptions-mic-32c76a58}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubcheckpointerfactory/constructors/constructor-string-orleans-configuration-azuretablestreamcheckpointeroptions-mic-32c76a58/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubCheckpointer.cs#L22-L28)

```csharp
public EventHubCheckpointerFactory(string providerName, AzureTableStreamCheckpointerOptions options, IOptions<ClusterOptions> clusterOptions, ILoggerFactory loggerFactory)
```

### Parameters

- `providerName` (`string`)
- `options` (`AzureTableStreamCheckpointerOptions`)
- `clusterOptions` (`IOptions<ClusterOptions>`)
- `loggerFactory` (`ILoggerFactory`)
