Enum SchemaValidationStrictness
- Namespace
- Sportradar.LiveData.Sdk.Common.Enums
- Assembly
- Sportradar.LiveData.Sdk.dll
Schema validation strictness.
public enum SchemaValidationStrictness
Fields
OFF = 0No schema validation is performed at all.
ON = 1If schema validation fails the message is still deserialized (but it might fail with an exception later).
STRICT = 2Schema validation failure means the message must be discarded immediately.
VERY_STRICT = 3Same as above except that any warning is also treated as fatal error.