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.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public enum MongoDBMessageType
Members
  Member nameValueDescription
Command0 OP MSG
Delete1 OP_DELETE
GetMore2 OP_GETMORE
Insert3 OP_INSERT
KillCursors4 OP_KILLCURSORS
Query5 OP_QUERY
Reply6 OP_REPLY
Update7 OP_UPDATE
See Also