Show / Hide Table of Contents

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 Source

DynamoDBGrainStorageOptionsValidator(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 Source

ValidateConfiguration()

Declaration
public void ValidateConfiguration()

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX