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