Click or drag to resize

DeleteDocumentsQueryIgnoreRevs Property

If set to true, ignore any _rev attribute in the selectors. No revision check is performed.

Namespace:  ArangoDBNetStandard.DocumentApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? IgnoreRevs { get; set; }

Property Value

Type: NullableBoolean
See Also