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 propertyIsUpsert
Gets or sets a value indicating whether to insert the document if it doesn't already exist.
(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