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