Type Alias GetBenchmarkStatusResults

type GetBenchmarkStatusResults = {
    dataTransmissionEndTime?: string;
    dataTransmissionStartTime?: string;
    latency?: number;
    throughput?: number;
    totalBytesTransferred?: number;
}
Index

Properties

dataTransmissionEndTime?: string

The ISO 8601 formatted timestamp when data transmission completed

dataTransmissionStartTime?: string
latency?: number
throughput?: number
totalBytesTransferred?: number