MongoDBMessageType Enumeration |
Represents the type of message.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic enum MongoDBMessageType
Public Enumeration MongoDBMessageType
Members
| Member name | Value | Description |
---|
| Command | 0 |
OP MSG
|
| Compressed | 1 |
OP_COMPRESSED
|
| Query | 2 |
OP_QUERY
|
| Reply | 3 |
OP_REPLY
|
See Also