Click or drag to resize

FindOptionsTDocument, TProjection Properties

The FindOptionsTDocument, TProjection generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowPartialResults
Gets or sets a value indicating whether to allow partial results when some shards are unavailable.
(Inherited from FindOptionsBase.)
Public propertyBatchSize
Gets or sets the size of a batch.
(Inherited from FindOptionsBase.)
Public propertyCollation
Gets or sets the collation.
(Inherited from FindOptionsBase.)
Public propertyComment
Gets or sets the comment.
(Inherited from FindOptionsBase.)
Public propertyCursorType
Gets or sets the type of the cursor.
(Inherited from FindOptionsBase.)
Public propertyLimit
Gets or sets how many documents to return.
Public propertyMaxAwaitTime
Gets or sets the maximum await time for TailableAwait cursors.
(Inherited from FindOptionsBase.)
Public propertyMaxTime
Gets or sets the maximum time.
(Inherited from FindOptionsBase.)
Public propertyModifiers
Gets or sets the modifiers.
(Inherited from FindOptionsBase.)
Public propertyNoCursorTimeout
Gets or sets whether a cursor will time out.
(Inherited from FindOptionsBase.)
Public propertyOplogReplay
Gets or sets whether the OplogReplay bit will be set.
(Inherited from FindOptionsBase.)
Public propertyProjection
Gets or sets the projection.
Public propertySkip
Gets or sets how many documents to skip before returning the rest.
Public propertySort
Gets or sets the sort.
Top
See Also