# AzureTableStreamQueueCheckpointerFactory Constructors

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

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

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointerfactory/constructors/constructor-string-orleans-configuration-azuretablestreamcheckpointeroptions-mic-b0b7c60e/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/AzureTableStreamQueueCheckpointerFactory.cs#L24-L34)

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

Initializes a new instance.

### Parameters

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