RecommendedElasticPoolMetric Class

Definition

Represents recommended elastic pool metric.

public class RecommendedElasticPoolMetric
type RecommendedElasticPoolMetric = class
Public Class RecommendedElasticPoolMetric
Inheritance
RecommendedElasticPoolMetric

Constructors

RecommendedElasticPoolMetric()

Initializes a new instance of the RecommendedElasticPoolMetric class.

RecommendedElasticPoolMetric(Nullable<DateTime>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the RecommendedElasticPoolMetric class.

Properties

DateTime

Gets or sets the time of metric (ISO8601 format).

Dtu

Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/documentation/articles/sql-database-what-is-a-dtu/

SizeGB

Gets or sets size in gigabytes.

Applies to