mirror of https://gitee.com/bigwinds/arangodb
commented header
This commit is contained in:
parent
7a8968348f
commit
e1817ac3b7
|
@ -49,10 +49,11 @@
|
|||
namespace arangodb {
|
||||
|
||||
struct OperationOptions {
|
||||
OperationOptions() : waitForSync(false), keepNull(false), mergeObjects(false) {}
|
||||
OperationOptions() : waitForSync(false), keepNull(false), mergeObjects(false), silent(false) {}
|
||||
bool waitForSync;
|
||||
bool keepNull;
|
||||
bool mergeObjects;
|
||||
bool silent;
|
||||
};
|
||||
|
||||
struct OperationResult {
|
||||
|
|
Loading…
Reference in New Issue