Click or drag to resize

FindOneAndReplaceOptions<TDocument> Properties

The FindOneAndReplaceOptions<TDocument> generic type exposes the following members.

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