public final class QueueMetrics extends Object
| Constructor and Description |
|---|
QueueMetrics() |
| Modifier and Type | Method and Description |
|---|---|
QueueRetentionPolicy |
getRetentionPolicy()
Get the retentionPolicy property: the retention policy.
|
String |
getVersion()
Get the version property: The version of Storage Analytics to configure.
|
boolean |
isEnabled()
Get the enabled property: Indicates whether metrics are enabled for the Queue service.
|
Boolean |
isIncludeApis()
Get the includeApis property: Indicates whether metrics should generate summary statistics for called API
operations.
|
QueueMetrics |
setEnabled(boolean enabled)
Set the enabled property: Indicates whether metrics are enabled for the Queue service.
|
QueueMetrics |
setIncludeApis(Boolean includeApis)
Set the includeApis property: Indicates whether metrics should generate summary statistics for called API
operations.
|
QueueMetrics |
setRetentionPolicy(QueueRetentionPolicy retentionPolicy)
Set the retentionPolicy property: the retention policy.
|
QueueMetrics |
setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
public String getVersion()
public QueueMetrics setVersion(String version)
version - the version value to set.public boolean isEnabled()
public QueueMetrics setEnabled(boolean enabled)
enabled - the enabled value to set.public QueueRetentionPolicy getRetentionPolicy()
public QueueMetrics setRetentionPolicy(QueueRetentionPolicy retentionPolicy)
retentionPolicy - the retentionPolicy value to set.public Boolean isIncludeApis()
public QueueMetrics setIncludeApis(Boolean includeApis)
includeApis - the includeApis value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.