Class NetworkHealthInsightTrafficVolume

Network traffic volume metrics between the client and server services during the query window.

Hierarchy

  • NetworkHealthInsightTrafficVolume

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bytesRead?: number

Total bytes read from the server to the client during the query window.

bytesWritten?: number

Total bytes written from the client to the server during the query window.

totalTraffic?: number

Sum of bytes written and bytes read across the query window.

Generated using TypeDoc