Class DynamoDBGrainStorageOptionsValidator
Configuration validator for DynamoDBStorageOptions
Inheritance
System.Object
DynamoDBGrainStorageOptionsValidator
Namespace: Orleans.Configuration
Assembly: Orleans.Persistence.DynamoDB.dll
Syntax
public class DynamoDBGrainStorageOptionsValidator : IConfigurationValidator
Constructors
| Improve this Doc View SourceDynamoDBGrainStorageOptionsValidator(DynamoDBStorageOptions, String)
Constructor
Declaration
public DynamoDBGrainStorageOptionsValidator(DynamoDBStorageOptions options, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| DynamoDBStorageOptions | options | The option to be validated. |
| System.String | name | The option name to be validated. |
Methods
| Improve this Doc View SourceValidateConfiguration()
Declaration
public void ValidateConfiguration()