Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also