Type Alias GetBenchmarkStatusResponse

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

Properties

benchmarkEndTime?: string

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

benchmarkId?: string
benchmarkStartTime?: string
status?: string
statusMessage?: string
totalBytesRequested?: number