PerfMonResponse interface

Performance monitor API response.

Properties

code

The response code.

data

The performance monitor counters.

message

The message.

Property Details

code

The response code.

code?: string

Property Value

string

data

The performance monitor counters.

data?: PerfMonSet

Property Value

message

The message.

message?: string

Property Value

string