Click or drag to resize

FindOneAndReplaceOptionsTDocument Properties

The FindOneAndReplaceOptionsTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyCollation
Gets or sets the collation.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyHint
Gets or sets the hint.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyIsUpsert
Gets or sets a value indicating whether to insert the document if it doesn't already exist.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyMaxTime
Gets or sets the maximum time.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyProjection
Gets or sets the projection.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertyReturnDocument
Gets or sets which version of the document to return.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Public propertySort
Gets or sets the sort.
(Inherited from FindOneAndReplaceOptionsTDocument, TProjection.)
Top
See Also