Skip to content

DOCS-14674: Add kind(2) in OP_MSG #5945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/reference/mongodb-wire-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ Client Request Messages
OP_MSG
~~~~~~

.. versionadded:: MongoDB 3.6

``OP_MSG`` is an extensible message format designed to subsume the
functionality of other opcodes. This opcode has the following format:

Expand Down Expand Up @@ -377,6 +375,12 @@ Kind 1: Document Sequence
an array at the path specified by the sequence identifier when
converting to language-level objects.

Kind 2
''''''

This section is used for internal purposes.


.. _wire-msg-checksum:

Checksum
Expand Down