PutDocumentsQueryIgnoreRevs Property |
By default, or if this is set to true, the _rev attributes in
the given documents are ignored. If this is set to false, then
any _rev attribute given in a body document is taken as a
precondition. The document is only replaced if the current revision
is the one specified.
Namespace:
ArangoDBNetStandard.DocumentApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IgnoreRevs { get; set; }
Public Property IgnoreRevs As Boolean?
Get
Set
public:
property Nullable<bool> IgnoreRevs {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IgnoreRevs : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also