MetricDefinition interface

A database metric definition.

Properties

metricAvailabilities

The list of database metric availabilities for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

primaryAggregationType

The primary aggregation type defining how metric values are displayed. NOTE: This property will not be serialized. It can only be populated by the server.

resourceUri

The resource uri of the database. NOTE: This property will not be serialized. It can only be populated by the server.

unit

The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

metricAvailabilities

The list of database metric availabilities for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

metricAvailabilities?: MetricAvailability[]

Property Value

name

The name information for the metric. NOTE: This property will not be serialized. It can only be populated by the server.

name?: MetricName

Property Value

primaryAggregationType

The primary aggregation type defining how metric values are displayed. NOTE: This property will not be serialized. It can only be populated by the server.

primaryAggregationType?: string

Property Value

string

resourceUri

The resource uri of the database. NOTE: This property will not be serialized. It can only be populated by the server.

resourceUri?: string

Property Value

string

unit

The unit of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Property Value

string