PostDocumentsQueryOverwrite Property |
If a document already exists, whether to overwrite (replace) the document rather than respond with error.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Overwrite { get; set; }
Public Property Overwrite As Boolean?
Get
Set
public:
property Nullable<bool> Overwrite {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Overwrite : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also