Google Apps Script API
    Preparing search index...
    interface JobStatistics2 {
        billingTier?: number;
        cacheHit?: boolean;
        ddlOperationPerformed?: string;
        ddlTargetRoutine?: RoutineReference;
        ddlTargetTable?: TableReference;
        estimatedBytesProcessed?: string;
        modelTraining?: BigQueryModelTraining;
        modelTrainingCurrentIteration?: number;
        modelTrainingExpectedTotalIteration?: string;
        numDmlAffectedRows?: string;
        queryPlan?: ExplainQueryStage[];
        referencedTables?: TableReference[];
        reservationUsage?: JobStatistics2ReservationUsage[];
        schema?: TableSchema;
        statementType?: string;
        timeline?: QueryTimelineSample[];
        totalBytesBilled?: string;
        totalBytesProcessed?: string;
        totalBytesProcessedAccuracy?: string;
        totalPartitionsProcessed?: string;
        totalSlotMs?: string;
        undeclaredQueryParameters?: QueryParameter[];
    }
    Index

    Properties

    billingTier?: number
    cacheHit?: boolean
    ddlOperationPerformed?: string
    ddlTargetRoutine?: RoutineReference
    ddlTargetTable?: TableReference
    estimatedBytesProcessed?: string
    modelTraining?: BigQueryModelTraining
    modelTrainingCurrentIteration?: number
    modelTrainingExpectedTotalIteration?: string
    numDmlAffectedRows?: string
    queryPlan?: ExplainQueryStage[]
    referencedTables?: TableReference[]
    reservationUsage?: JobStatistics2ReservationUsage[]
    schema?: TableSchema
    statementType?: string
    timeline?: QueryTimelineSample[]
    totalBytesBilled?: string
    totalBytesProcessed?: string
    totalBytesProcessedAccuracy?: string
    totalPartitionsProcessed?: string
    totalSlotMs?: string
    undeclaredQueryParameters?: QueryParameter[]