PostExplainAqlQueryBodyOptimizerRules Property |
A list of to-be-included or to-be-excluded
optimizer rules can be put into this attribute,
telling the optimizer to include or exclude
specific rules. To disable a rule, prefix
its name with a -, to enable a rule,
prefix it with a +. There is also a pseudo-rule all,
which matches all optimizer rules.
-all disables all rules.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> Rules { get; set; }
Public Property Rules As IList(Of String)
Get
Set
public:
property IList<String^>^ Rules {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Rules : IList<string> with get, set
Property Value
Type:
IListStringSee Also