# ReminderOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/)

## InitializationTimeout {#initializationtimeout-b5007ed0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/properties/initializationtimeout-b5007ed0/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Options/ReminderOptions.cs)

```csharp
public TimeSpan InitializationTimeout
```

Gets or sets the maximum amount of time to attempt to initialize reminders before giving up.

### Value

Attempt to initialize for 5 minutes before giving up by default.

## MinimumReminderPeriod {#minimumreminderperiod-7f7cdbb0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/properties/minimumreminderperiod-7f7cdbb0/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Options/ReminderOptions.cs)

```csharp
public TimeSpan MinimumReminderPeriod
```

Gets or sets the minimum period for reminders.

## RefreshReminderListPeriod {#refreshreminderlistperiod-90c8500b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.hosting.reminderoptions/properties/refreshreminderlistperiod-90c8500b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Options/ReminderOptions.cs)

```csharp
public TimeSpan RefreshReminderListPeriod
```

Gets or sets the period between reminder table refreshes.

### Value

Refresh the reminder table every 5 minutes by default.
