PostCursorOptionsOptimizer Property |
A list of to-be-included or to-be-excluded optimizer rules can be put
into the
Rules 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 will match all optimizer rules.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public PostCursorOptionsOptimizer Optimizer { get; set; }
Public Property Optimizer As PostCursorOptionsOptimizer
Get
Set
public:
property PostCursorOptionsOptimizer^ Optimizer {
PostCursorOptionsOptimizer^ get ();
void set (PostCursorOptionsOptimizer^ value);
}
member Optimizer : PostCursorOptionsOptimizer with get, set
Property Value
Type:
PostCursorOptionsOptimizerSee Also