CosmosOptionsValidator<TOptions> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates instances of CosmosOptions.
public class CosmosOptionsValidator<TOptions> : Orleans.IConfigurationValidator where TOptions : CosmosOptions
type CosmosOptionsValidator<'Options (requires 'Options :> CosmosOptions)> = class
interface IConfigurationValidator
Public Class CosmosOptionsValidator(Of TOptions)
Implements IConfigurationValidator
Type Parameters
- TOptions
The options type.
- Inheritance
-
CosmosOptionsValidator<TOptions>
- Implements
Constructors
CosmosOptionsValidator<TOptions>(TOptions, String) |
Initializes a new instance of the CosmosOptionsValidator<TOptions> type. |
Methods
ValidateConfiguration() |
Validates system configuration and throws an exception if configuration is not valid. |