# AzureStoragePolicyOptions Properties

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

## CreationTimeout {#creationtimeout-aebb5fbb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/creationtimeout-aebb5fbb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public TimeSpan CreationTimeout
```

## MaxBulkUpdateRows {#maxbulkupdaterows-6e4c090d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/maxbulkupdaterows-6e4c090d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public int MaxBulkUpdateRows
```

## MaxCreationRetries {#maxcreationretries-9e9daaa2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/maxcreationretries-9e9daaa2/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public int MaxCreationRetries
```

## MaxOperationRetries {#maxoperationretries-8820a384}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/maxoperationretries-8820a384/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public int MaxOperationRetries
```

The maximum number of operation retry attempts.

## MaxPauseBetweenOperationRetries {#maxpausebetweenoperationretries-427262ee}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/maxpausebetweenoperationretries-427262ee/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public TimeSpan MaxPauseBetweenOperationRetries
```

The maximum delay used by the Azure SDK exponential retry policy.

## OperationTimeout {#operationtimeout-65809eed}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/operationtimeout-65809eed/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public TimeSpan OperationTimeout
```

## PauseBetweenCreationRetries {#pausebetweencreationretries-505d3b1c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/pausebetweencreationretries-505d3b1c/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public TimeSpan PauseBetweenCreationRetries
```

## PauseBetweenOperationRetries {#pausebetweenoperationretries-a4a1fb5a}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.azurestoragepolicyoptions/properties/pausebetweenoperationretries-a4a1fb5a/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStoragePolicyOptions.cs)

```csharp
public TimeSpan PauseBetweenOperationRetries
```

The base delay used by the Azure SDK exponential retry policy.
