MetricAvailability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. MetricAvailability
- com.
public class MetricAvailability
A metric availability value.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
retention()
Get the length of retention for the database metric. |
String |
timeGrain()
Get the granularity of the database metric. |
Method Details
retention
public String retention()
Get the length of retention for the database metric.
Returns:
the retention value
timeGrain
public String timeGrain()
Get the granularity of the database metric.
Returns:
the timeGrain value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java