libmongo-client 0.1.8
Loading...
Searching...
No Matches
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.