Class FindOptionsBase
Options for a find operation.
public abstract class FindOptionsBase
- Inheritance
-
FindOptionsBase
- Derived
- Inherited Members
Constructors
- FindOptionsBase()
Initializes a new instance of the FindOptionsBase class.
Properties
- AllowDiskUse
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
- AllowPartialResults
Gets or sets a value indicating whether to allow partial results when some shards are unavailable.
- BatchSize
Gets or sets the size of a batch.
- Collation
Gets or sets the collation.
- Comment
Gets or sets the comment.
- CursorType
Gets or sets the type of the cursor.
- Hint
Gets or sets the hint.
- Let
Gets or sets the let document.
- Max
Gets or sets the max key value.
- MaxAwaitTime
Gets or sets the maximum await time for TailableAwait cursors.
- MaxTime
Gets or sets the maximum time.
- Min
Gets or sets the min key value.
- Modifiers
Gets or sets the modifiers.
- NoCursorTimeout
Gets or sets whether a cursor will time out.
- OplogReplay
Gets or sets whether the OplogReplay bit will be set.
- ReturnKey
Gets or sets returnKey. If true, returns only the index keys in the resulting documents.
- ShowRecordId
Gets or sets whether the record Id should be added to the result document.