GetChecksumResponseChecksum Property |
The calculated checksum.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Checksum { get; set; }
Public Property Checksum As String
Get
Set
public:
property String^ Checksum {
String^ get ();
void set (String^ value);
}
member Checksum : string with get, set
Property Value
Type:
StringSee Also