Class MetricAvailability
- 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
stringThe time grain to be used to summarize the metric values.
retention
stringThe retention for the metric values.
Properties
Retention
Gets the retention for the metric values.
public string Retention { get; }
Property Value
TimeGrain
Gets the time grain to be used to summarize the metric values.
public string TimeGrain { get; }