PatchDocumentsQuerySilent Property |
If set to true, an empty object will be returned as response.
No meta-data will be returned for the created document.
This option can be used to save some network traffic.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Silent { get; set; }
Public Property Silent As Boolean?
Get
Set
public:
property Nullable<bool> Silent {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Silent : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also