Click or drag to resize

ReplyMessageTDocument Properties

The ReplyMessageTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyAwaitCapable
Gets a value indicating whether the server is await capable.
Public propertyCursorId
Gets the cursor identifier.
Public propertyCursorNotFound
Gets a value indicating whether the cursor was not found.
Public propertyDocuments
Gets the documents.
Public propertyMayBeCompressed
Gets the flag whether the message may be compressed or not.
(Inherited from MongoDBMessage.)
Public propertyMessageType
Gets the type of the message.
(Overrides ResponseMessageMessageType.)
Public propertyNumberReturned
Gets the number of documents returned.
Public propertyQueryFailure
Gets a value indicating whether the query failed.
Public propertyQueryFailureDocument
Gets the query failure document.
Public propertyRequestId
Gets the request identifier.
(Inherited from ResponseMessage.)
Public propertyResponseTo
Gets the identifier of the message this is a response to.
(Inherited from ResponseMessage.)
Public propertySerializer
Gets the serializer.
Public propertyStartingFrom
Gets the position of the first document in this batch in the overall result.
Top
See Also