Click or drag to resize
MongoDB.Driver.Core.Operations.ElementNameValidators Namespace
The MongoDB.Driver.Core.Operations.ElementNameValidators namespace contains classes related to element name validators for operations.
Classes
  ClassDescription
Public classCollectionElementNameValidator
Represents an element name validator that checks that element names are valid for MongoDB collections.
Public classElementNameValidatorFactory
Represents a factory for element name validators based on the update type.
Public classUpdateElementNameValidator
Represents an element name validator for update operations.
Public classUpdateOrReplacementElementNameValidator
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 "$".