Click or drag to resize

MongoDBMessageType Enumeration

Represents the type of message.

Namespace:  MongoDB.Driver.Core.WireProtocol.Messages
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public enum MongoDBMessageType
Members
  Member nameValueDescription
Delete0 OP_DELETE
GetMore1 OP_GETMORE
Insert2 OP_INSERT
KillCursors3 OP_KILLCURSORS
Query4 OP_QUERY
Reply5 OP_REPLY
Update6 OP_UPDATE
See Also