PatchDocumentsQueryMergeObjects Property |
Controls whether objects (not arrays) will be merged
if present in both the existing and the patch document.
If set to false, the value in the patch document will
overwrite the existing document’s value.
If set to true, objects will be merged.
The default is true.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? MergeObjects { get; set; }
Public Property MergeObjects As Boolean?
Get
Set
public:
property Nullable<bool> MergeObjects {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member MergeObjects : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also