Table of Contents

Class MetricAvailability

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The availability of the metric.

public class MetricAvailability
Inheritance
MetricAvailability
Inherited Members

Constructors

MetricAvailability()

Initializes a new instance of the MetricAvailability class.

public MetricAvailability()

MetricAvailability(string, string)

Initializes a new instance of the MetricAvailability class.

public MetricAvailability(string timeGrain = null, string retention = null)

Parameters

timeGrain string

The time grain to be used to summarize the metric values.

retention string

The retention for the metric values.

Properties

Retention

Gets the retention for the metric values.

public string Retention { get; }

Property Value

string

TimeGrain

Gets the time grain to be used to summarize the metric values.

public string TimeGrain { get; }

Property Value

string