# AzureTableTransactionalStateStorage&lt;TState&gt; Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestorage-1/)

## AzureTableTransactionalStateStorage&lt;TState&gt;(TableClient, string, JsonSerializerSettings, ILogger&lt;AzureTableTransactionalStateStorage&lt;TState&gt;&gt;) {#constructor-azure-data-tables-tableclient-string-newtonsoft-json-jsonserializers-f0901328}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azuretabletransactionalstatestorage-1/constructors/constructor-azure-data-tables-tableclient-string-newtonsoft-json-jsonserializers-f0901328/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Transactions.AzureStorage/TransactionalState/AzureTableTransactionalStateStorage.cs#L27-L38)

```csharp
public AzureTableTransactionalStateStorage(TableClient table, string partition, JsonSerializerSettings JsonSettings, ILogger<AzureTableTransactionalStateStorage<TState>> logger)
```

### Parameters

- `table` (`TableClient`)
- `partition` (`string`)
- `JsonSettings` (`JsonSerializerSettings`)
- `logger` (`ILogger<AzureTableTransactionalStateStorage<TState>>`)
