PostExplainAqlQueryResponseNodeIndexHint Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public PostExplainAqlQueryResponseIndexHint IndexHint { get; set; }
Public Property IndexHint As PostExplainAqlQueryResponseIndexHint
Get
Set
public:
property PostExplainAqlQueryResponseIndexHint^ IndexHint {
PostExplainAqlQueryResponseIndexHint^ get ();
void set (PostExplainAqlQueryResponseIndexHint^ value);
}
member IndexHint : PostExplainAqlQueryResponseIndexHint with get, set
Property Value
Type:
PostExplainAqlQueryResponseIndexHintSee Also