Table of Contents

Enum MongoDBMessageType

Namespace
MongoDB.Driver.Core.WireProtocol.Messages
Assembly
MongoDB.Driver.Core.dll

Represents the type of message.

[Obsolete("This enum will be made internal in a later release.")]
public enum MongoDBMessageType

Fields

Command = 0

OP MSG

Compressed = 1

OP_COMPRESSED

Query = 2

OP_QUERY

Reply = 3

OP_REPLY