MongoDBCDriver
0.7.1
|
Public Attributes | |
int | w |
Number of total replica write copies to complete including the primary. | |
int | wtimeout |
Number of milliseconds before replication timeout. | |
int | j |
If non-zero, block until the journal sync. | |
int | fsync |
Same a j with journaling enabled; otherwise, call fsync. | |
const char * | mode |
Either "majority" or a getlasterrormode. | |
bson * | cmd |
The BSON object representing the getlasterror command. |
The BSON object representing the getlasterror command.
Same a j with journaling enabled; otherwise, call fsync.
If non-zero, block until the journal sync.
const char* mongo_write_concern::mode |
Either "majority" or a getlasterrormode.
Overrides w value.
Number of total replica write copies to complete including the primary.
Number of milliseconds before replication timeout.