# AzureBasedReminderTable Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/)

## AzureBasedReminderTable(ILoggerFactory, IOptions&lt;ClusterOptions&gt;, IOptions&lt;AzureTableReminderStorageOptions&gt;) {#constructor-microsoft-extensions-logging-iloggerfactory-microsoft-extensions-opt-0de9a31d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/constructors/constructor-microsoft-extensions-logging-iloggerfactory-microsoft-extensions-opt-0de9a31d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Reminders.AzureStorage/Storage/AzureBasedReminderTable.cs#L22-L38)

```csharp
public AzureBasedReminderTable(ILoggerFactory loggerFactory, IOptions<ClusterOptions> clusterOptions, IOptions<AzureTableReminderStorageOptions> storageOptions)
```

### Parameters

- `loggerFactory` (`ILoggerFactory`)
- `clusterOptions` (`IOptions<ClusterOptions>`)
- `storageOptions` (`IOptions<AzureTableReminderStorageOptions>`)
