CachedAqlQueryResultHash Property |
The query result’s hash
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Hash { get; set; }
Public Property Hash As String
Get
Set
public:
property String^ Hash {
String^ get ();
void set (String^ value);
}
member Hash : string with get, set
Property Value
Type:
StringSee Also