QueryCacheGlobalPropertiesMode Property |
The mode the AQL query results cache operates in.
The mode is one of the following values: off,
on or demand.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Mode { get; set; }
Public Property Mode As String
Get
Set
public:
property String^ Mode {
String^ get ();
void set (String^ value);
}
member Mode : string with get, set
Property Value
Type:
StringSee Also