Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also