# AzureTableStorageOptions

Package: [Microsoft.Orleans.Persistence.AzureStorage](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Persistence.AzureStorage) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/AzureTableStorageOptions.cs#L10)

```csharp
public class AzureTableStorageOptions : AzureStorageOperationOptions, IStorageProviderSerializerOptions
```

Configuration for AzureTableGrainStorage

## Constructors

- [AzureTableStorageOptions](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/constructors/constructor-9df8c759/)

## Properties

- [DeleteStateOnClear](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/properties/deletestateonclear-be312a94/)
- [GrainStorageSerializer](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/properties/grainstorageserializer-d5dbb3b1/)
- [InitStage](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/properties/initstage-0802106d/)
- [TableName](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/properties/tablename-eb0daca6/)
- [UseStringFormat](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/properties/usestringformat-142c925f/)

## Fields

- [DEFAULT_INIT_STAGE](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/fields/default-init-stage-0fdb03f1/)
- [DEFAULT_TABLE_NAME](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablestorageoptions/fields/default-table-name-86d38ce2/)
