Type Alias GetBenchmarkStatusResponse

type GetBenchmarkStatusResponse = {
    benchmarkEndTime?: string | null;
    benchmarkId?: string | null;
    benchmarkStartTime?: string | null;
    results?: GetBenchmarkStatusResults;
    status?: string | null;
    statusMessage?: string | null;
    totalBytesRequested?: number;
}
Index
benchmarkEndTime?: string | null

The ISO 8601 formatted timestamp when the benchmark task completed or was cancelled

benchmarkId?: string | null

The benchmark ID

benchmarkStartTime?: string | null

The ISO 8601 formatted timestamp when the benchmark task started execution

status?: string | null

The benchmark status

statusMessage?: string | null

Additional details about the benchmark status

totalBytesRequested?: number

The total bytes requested to be transferred during the benchmark