Google Apps Script API
    Preparing search index...
    interface JobStatistics {
        completionRatio?: number;
        creationTime?: string;
        endTime?: string;
        extract?: JobStatistics4;
        load?: JobStatistics3;
        numChildJobs?: string;
        parentJobId?: string;
        query?: JobStatistics2;
        quotaDeferments?: string[];
        reservationUsage?: JobStatisticsReservationUsage[];
        startTime?: string;
        totalBytesProcessed?: string;
        totalSlotMs?: string;
    }
    Index

    Properties

    completionRatio?: number
    creationTime?: string
    endTime?: string
    extract?: JobStatistics4
    numChildJobs?: string
    parentJobId?: string
    quotaDeferments?: string[]
    reservationUsage?: JobStatisticsReservationUsage[]
    startTime?: string
    totalBytesProcessed?: string
    totalSlotMs?: string