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 | | | ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public class | CollectionElementNameValidator | Represents an element name validator that checks that element names are valid for MongoDB collections. | | Public class | ElementNameValidatorFactory | Represents a factory for element name validators based on the update type. | | Public class | UpdateElementNameValidator | Represents an element name validator for update operations. | | Public class | 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 "$". |