MongoDB.Driver.Core.Operations.ElementNameValidators Namespace (original) (raw)
The MongoDB.Driver.Core.Operations.ElementNameValidators namespace contains classes related to element name validators for operations.
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | CollectionElementNameValidator | Represents an element name validator that checks that element names are valid for MongoDB collections. |
|
| ElementNameValidatorFactory | Represents a factory for element name validators based on the update type. |
|
| UpdateElementNameValidator | Represents an element name validator for update operations. |
|
| UpdateOrReplacementElementNameValidator | Represents an element name validator that will validate element names for either an update or a replacement based on whether the first element name starts with a "$". |