MongoCursorTDocument Properties |
The MongoCursorTDocument generic type exposes the following members.
Name | Description | |
---|---|---|
BatchSize |
Gets or sets the batch size (the number of documents returned per batch).
(Inherited from MongoCursor.) | |
Collation |
Gets the collation.
(Inherited from MongoCursor.) | |
Collection |
Gets the collection that is being queried.
(Inherited from MongoCursor.) | |
Database |
Gets the database that constains the collection that is being queried.
(Inherited from MongoCursor.) | |
Fields |
Gets or sets the fields that will be returned from the server.
(Inherited from MongoCursor.) | |
Flags |
Gets or sets the query flags.
(Inherited from MongoCursor.) | |
IsFrozen |
Gets whether the cursor has been frozen to prevent further changes.
(Inherited from MongoCursor.) | |
Limit |
Gets or sets the limit on the number of documents to be returned.
(Inherited from MongoCursor.) | |
MaxAwaitTime |
Gets or sets the maximum await time for TailableAwait cursors.
(Inherited from MongoCursor.) | |
Options |
Gets or sets the cursor options. See also the individual Set{Option} methods, which are easier to use.
(Inherited from MongoCursor.) | |
Query |
Gets the query that will be sent to the server.
(Inherited from MongoCursor.) | |
ReadConcern |
Gets the read concern.
(Inherited from MongoCursor.) | |
ReadPreference |
Gets or sets the read preference.
(Inherited from MongoCursor.) | |
Serializer |
Gets the serializer.
| |
Server |
Gets the server that the query will be sent to.
(Inherited from MongoCursor.) | |
Skip |
Gets or sets the number of documents the server should skip before returning the rest of the documents.
(Inherited from MongoCursor.) |