# AzureTableGrainStorageOptionsValidator Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablegrainstorageoptionsvalidator/)

## AzureTableGrainStorageOptionsValidator(AzureTableStorageOptions, string) {#constructor-orleans-configuration-azuretablestorageoptions-string-6ce8fed1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.configuration.azuretablegrainstorageoptionsvalidator/constructors/constructor-orleans-configuration-azuretablestorageoptions-string-6ce8fed1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/AzureTableStorageOptions.cs#L48-L50)

```csharp
public AzureTableGrainStorageOptionsValidator(AzureTableStorageOptions options, string name)
```

Constructor

### Parameters

- `options` (`AzureTableStorageOptions`): The option to be validated.
- `name` (`string`): The option name to be validated.
