# AzureTableStreamQueueCheckpointer.Create(AzureTableStreamCheckpointerOptions, string, string, string, ILoggerFactory)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointer/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointer/methods/)

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

```csharp
public static Task<IStreamQueueCheckpointer<string>> Create(AzureTableStreamCheckpointerOptions options, string streamProviderName, string partition, string serviceId, ILoggerFactory loggerFactory)
```

Creates and initializes an Azure Table stream queue checkpointer.

### Parameters

- `options` (`AzureTableStreamCheckpointerOptions`)
- `streamProviderName` (`string`)
- `partition` (`string`)
- `serviceId` (`string`)
- `loggerFactory` (`ILoggerFactory`)
