libmongo-client  0.1.6.1
Data Fields
mongo_reply_packet_header Struct Reference

Mongo reply packet header. More...

#include <mongo-wire.h>

Data Fields

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.

Detailed Description

Mongo reply packet header.


Field Documentation

Cursor ID, in case the client needs to do get_more requests.

Response flags.

Number of documents returned in the reply.

Starting position of the reply within the cursor.

 All Data Structures Variables