MetricAvailability Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.MetricAvailability

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