MetricsProperties Class

  • java.lang.Object
    • com.microsoft.azure.storage.MetricsProperties

public class MetricsProperties

Represents the metrics properties for the analytics service.

Method Summary

Modifier and Type Method and Description
MetricsLevel 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:

getRetentionIntervalInDays

public Integer getRetentionIntervalInDays()

Gets the metrics retention interval (in days).

Returns:

An Integer which contains the retention interval.

getVersion

public String getVersion()

Gets the analytics version.

Returns:

A String which contains the analytics version.

setMetricsLevel

public void setMetricsLevel(final MetricsLevel metricsLevel)

Sets the for the analytics service.

Parameters:

metricsLevel - The MetricsLevel to set.

setRetentionIntervalInDays

public void setRetentionIntervalInDays(final Integer retentionIntervalInDays)

Sets the retention interval (in days).

Parameters:

retentionIntervalInDays - An Integer which contains the retention interval to set.

setVersion

public void setVersion(final String version)

Sets the analytics version.

Parameters:

version - A String which contains the analytics version to set.

Applies to