Click or drag to resize

PatchDocumentsQueryKeepNull Property

If the intention is to delete existing attributes with the patch command, this query parameter can be used with a value of false. This will modify the behavior of the patch command to remove any attributes from the existing document that are contained in the patch document with an attribute value of null.

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

Property Value

Type: NullableBoolean
See Also