libmongo-client  0.1.5
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Data Fields
mongo_reply_packet_header Struct Reference

Mongo reply packet header. More...

#include <mongo-wire.h>

Data Fields

gint32 flags
 Response flags. More...
 
gint64 cursor_id
 
      Cursor ID, in case the client needs to do

get_more requests. More...

 
gint32 start
 
      Starting position of the reply within the

cursor. More...

 
gint32 returned
 Number of documents returned in the reply. More...
 

Detailed Description

Mongo reply packet header.

Field Documentation

gint64 mongo_reply_packet_header::cursor_id

      Cursor ID, in case the client needs to do

get_more requests.

gint32 mongo_reply_packet_header::flags

Response flags.

gint32 mongo_reply_packet_header::returned

Number of documents returned in the reply.

gint32 mongo_reply_packet_header::start

      Starting position of the reply within the

cursor.