GetChecksumQueryWithRevisions Property |
Optional. Indicates whether or not to include document
revision ids in the checksum calculation.
When true, then revision ids (_rev system attributes)
are included in the checksumming.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? WithRevisions { get; set; }
Public Property WithRevisions As Boolean?
Get
Set
public:
property Nullable<bool> WithRevisions {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member WithRevisions : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also