| MongoDBMessageType Enumeration |
Namespace: MongoDB.Driver.Core.WireProtocol.Messages
| 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 |