GetSqlServerInstanceTelemetryResult

A section of the telemetry response for the SQL Server instance.

Constructors

Link copied to clipboard
constructor(columns: List<SqlServerInstanceTelemetryColumnResponse>, nextLink: String, rows: List<List<String>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The columns of the result telemetry table for the SQL Server instance.

Link copied to clipboard

The link to the next section of rows of the telemetry response for the SQL Server instance. Null if no more sections are available.

Link copied to clipboard

A list of rows from the result telemetry table for the SQL Server instance.