Click or drag to resize
FindOneAndUpdateOptionsTDocument Properties

The FindOneAndUpdateOptionsTDocument generic type exposes the following members.

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