QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC method.

interface QueryAppliedPlanRequest {
    name: string;
}

Properties

Properties

name: string

name is the name of the applied plan to query for.