ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptsOptions
import type { ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptsOptions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsSearchStageAttempts.
interface ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptsOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
stageId?: bigint;
summaryMetricsMask?: string;
}§Properties
§
pageSize?: number
[src]Optional. Maximum number of stage attempts (paging based on stage_attempt_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.