Click or drag to resize

DeleteDocumentsQuerySilent Property

If set to true, an empty object will be returned as response. No meta-data will be returned for the deleted documents. 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; }

Property Value

Type: NullableBoolean
See Also