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

The benchmark ID

benchmarkStartTime?: string

The ISO 8601 formatted timestamp when the benchmark task started execution

status?: string

The benchmark status

statusMessage?: string

Additional details about the benchmark status

totalBytesRequested?: number

The total bytes requested to be transferred during the benchmark