CursorResponseExtraPlan Property |
Plan info is only available when the
Profile option
is set to 2.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public CursorResponsePlan Plan { get; set; }
Public Property Plan As CursorResponsePlan
Get
Set
public:
property CursorResponsePlan^ Plan {
CursorResponsePlan^ get ();
void set (CursorResponsePlan^ value);
}
member Plan : CursorResponsePlan with get, set
Property Value
Type:
CursorResponsePlanSee Also