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
Syntaxpublic enum MongoDBMessageType
Public Enumeration MongoDBMessageType
Members
| Member name | Value | Description |
---|
| Delete | 0 |
OP_DELETE
|
| GetMore | 1 |
OP_GETMORE
|
| Insert | 2 |
OP_INSERT
|
| KillCursors | 3 |
OP_KILLCURSORS
|
| Query | 4 |
OP_QUERY
|
| Reply | 5 |
OP_REPLY
|
| Update | 6 |
OP_UPDATE
|
See Also