Click or drag to resize

QueryMessage Class

Represents a Query message.
Inheritance Hierarchy

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public class QueryMessage : RequestMessage

The QueryMessage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAwaitData
Gets a value indicating whether the server should await data (used with tailable cursors).
Public propertyBatchSize
Gets the size of a batch.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyFields
Gets the fields.
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 MongoDBMessageMessageType.)
Public propertyNoCursorTimeout
Gets a value indicating whether the server should not timeout the cursor.
Public propertyOplogReplay Obsolete.
Gets a value indicating whether the OplogReplay bit will be set.
Public propertyPartialOk
Gets a value indicating whether the server is allowed to return partial results if any shards are unavailable.
Public propertyPostWriteAction
Gets or sets the delegate called to after the message has been written by the encoder.
Public propertyQuery
Gets the query.
Public propertyQueryValidator
Gets the query validator.
Public propertyRequestId
Gets the request identifier.
(Inherited from RequestMessage.)
Public propertyResponseHandling
Gets or sets the response handling.
Public propertyShouldBeSent
Gets a delegate that determines whether this message should be sent.
(Inherited from RequestMessage.)
Public propertySkip
Gets the number of documents to skip.
Public propertySlaveOk
Gets a value indicating whether it is OK if the server is not the primary.
Public propertyTailableCursor
Gets a value indicating whether the query should return a tailable cursor.
Public propertyWasSent
Gets or sets a value indicating whether this message was sent.
(Inherited from RequestMessage.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEncoder
Gets an encoder for the message from an encoder factory.
(Overrides MongoDBMessageGetEncoder(IMessageEncoderFactory).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also