Class FindOptionsBase
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Options for a find operation.
public abstract class FindOptionsBaseInheritance
FindOptionsBase
Derived
Inherited Members
Constructors
Initializes a new instance of the FindOptionsBase class.
Properties
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
Gets or sets a value indicating whether to allow partial results when some shards are unavailable.
Gets or sets the size of a batch.
Gets or sets the collation.
Gets or sets the comment.
Gets or sets the type of the cursor.
Gets or sets the hint.
Gets or sets the let document.
Gets or sets the max key value.
Gets or sets the maximum await time for TailableAwait cursors.
Gets or sets the maximum time.
Gets or sets the min key value.
Gets or sets whether a cursor will time out.
Gets or sets whether the OplogReplay bit will be set.
Gets or sets returnKey. If true, returns only the index keys in the resulting documents.
Gets or sets whether the record Id should be added to the result document.
Gets or sets the translation options.