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; }
Public Property KeepNull As Boolean?
Get
Set
public:
property Nullable<bool> KeepNull {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member KeepNull : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also