MongoDBMessageType Enumeration |
Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Member name | Value | Description | |
---|---|---|---|
Command | 0 | OP MSG | |
Delete | 1 | OP_DELETE | |
GetMore | 2 | OP_GETMORE | |
Insert | 3 | OP_INSERT | |
KillCursors | 4 | OP_KILLCURSORS | |
Query | 5 | OP_QUERY | |
Reply | 6 | OP_REPLY | |
Update | 7 | OP_UPDATE |