Click or drag to resize

GetChecksumQueryWithData Property

Optional. Indicates whether or not to include document body data in the checksum calculation. When true, the user-defined document attributes will be included in the calculation too. Note: Including user-defined attributes will make the checksumming slower.

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

Property Value

Type: NullableBoolean
See Also