Mongo reply packet header.
More...
#include <mongo-wire.h>
|
|
gint32 | flags |
| | Response flags.
|
|
gint64 | cursor_id |
| | Cursor ID, in case the client needs to do get_more requests.
|
|
gint32 | start |
| | Starting position of the reply within the cursor.
|
|
gint32 | returned |
| | Number of documents returned in the reply.
|
Mongo reply packet header.