# AzureTableStreamConfiguratorExtensions Methods

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

## UseAzureTableCheckpointer(ISiloPersistentStreamConfigurator, Action&lt;OptionsBuilder&lt;AzureTableStreamCheckpointerOptions&gt;&gt;) {#useazuretablecheckpointer-this-orleans-hosting-isilopersistentstreamconfigurator-7035efec}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.azuretablestreamconfiguratorextensions/methods/useazuretablecheckpointer-this-orleans-hosting-isilopersistentstreamconfigurator-7035efec/)

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

```csharp
public static void UseAzureTableCheckpointer(this ISiloPersistentStreamConfigurator configurator, Action<OptionsBuilder<AzureTableStreamCheckpointerOptions>> configureOptions)
```

Configures the stream provider to persist checkpoints using Azure Table Storage.

### Parameters

- `configurator` (`ISiloPersistentStreamConfigurator`): The configuration builder.
- `configureOptions` (`Action<OptionsBuilder<AzureTableStreamCheckpointerOptions>>`): The Azure Table checkpointer configuration.
