Click or drag to resize
MongoCursorTDocument Properties

The MongoCursorTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyBatchSize
Gets or sets the batch size (the number of documents returned per batch).
(Inherited from MongoCursor.)
Public propertyCollation
Gets the collation.
(Inherited from MongoCursor.)
Public propertyCollection
Gets the collection that is being queried.
(Inherited from MongoCursor.)
Public propertyDatabase
Gets the database that constains the collection that is being queried.
(Inherited from MongoCursor.)
Public propertyFields
Gets or sets the fields that will be returned from the server.
(Inherited from MongoCursor.)
Public propertyFlags
Gets or sets the query flags.
(Inherited from MongoCursor.)
Public propertyIsFrozen
Gets whether the cursor has been frozen to prevent further changes.
(Inherited from MongoCursor.)
Public propertyLimit
Gets or sets the limit on the number of documents to be returned.
(Inherited from MongoCursor.)
Public propertyMaxAwaitTime
Gets or sets the maximum await time for TailableAwait cursors.
(Inherited from MongoCursor.)
Public propertyOptions
Gets or sets the cursor options. See also the individual Set{Option} methods, which are easier to use.
(Inherited from MongoCursor.)
Public propertyQuery
Gets the query that will be sent to the server.
(Inherited from MongoCursor.)
Public propertyReadConcern
Gets the read concern.
(Inherited from MongoCursor.)
Public propertyReadPreference
Gets or sets the read preference.
(Inherited from MongoCursor.)
Public propertySerializer
Gets the serializer.
Public propertyServer
Gets the server that the query will be sent to.
(Inherited from MongoCursor.)
Public propertySkip
Gets or sets the number of documents the server should skip before returning the rest of the documents.
(Inherited from MongoCursor.)
Top
See Also