MetricsProperties Class
- java.
lang. Object - com.
microsoft. azure. storage. MetricsProperties
- com.
public class MetricsProperties
Represents the metrics properties for the analytics service.
Method Summary
Modifier and Type | Method and Description |
---|---|
Metrics |
getMetricsLevel()
Gets the for the analytics service. |
Integer |
getRetentionIntervalInDays()
Gets the metrics retention interval (in days). |
String |
getVersion()
Gets the analytics version. |
void |
setMetricsLevel(final MetricsLevel metricsLevel)
Sets the for the analytics service. |
void |
setRetentionIntervalInDays(final Integer retentionIntervalInDays)
Sets the retention interval (in days). |
void |
setVersion(final String version)
Sets the analytics version. |
Method Details
getMetricsLevel
public MetricsLevel getMetricsLevel()
Gets the for the analytics service.
Returns:
MetricsLevel
.getRetentionIntervalInDays
public Integer getRetentionIntervalInDays()
Gets the metrics retention interval (in days).
Returns:
Integer
which contains the retention interval.getVersion
public String getVersion()
Gets the analytics version.
Returns:
String
which contains the analytics version.setMetricsLevel
public void setMetricsLevel(final MetricsLevel metricsLevel)
Sets the for the analytics service.
Parameters:
MetricsLevel
to set.
setRetentionIntervalInDays
public void setRetentionIntervalInDays(final Integer retentionIntervalInDays)
Sets the retention interval (in days).
Parameters:
Integer
which contains the retention interval to set.
setVersion
public void setVersion(final String version)
Sets the analytics version.
Parameters:
String
which contains the analytics version to set.
Applies to
Azure SDK for Java