PostExplainAqlQueryResponseStatsRulesSkipped Property |
Number of rules that were skipped.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? RulesSkipped { get; set; }
Public Property RulesSkipped As Integer?
Get
Set
public:
property Nullable<int> RulesSkipped {
Nullable<int> get ();
void set (Nullable<int> value);
}
member RulesSkipped : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also