public final class BlobMetrics extends Object
Constructor and Description |
---|
BlobMetrics() |
Modifier and Type | Method and Description |
---|---|
BlobRetentionPolicy |
getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
|
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
Blob service.
|
Boolean |
isIncludeApis()
Get the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
|
BlobMetrics |
setEnabled(boolean enabled)
Set the enabled property: Indicates whether metrics are enabled for the
Blob service.
|
BlobMetrics |
setIncludeApis(Boolean includeApis)
Set the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
|
BlobMetrics |
setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
BlobMetrics |
setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
public String getVersion()
public BlobMetrics setVersion(String version)
version
- the version value to set.public boolean isEnabled()
public BlobMetrics setEnabled(boolean enabled)
enabled
- the enabled value to set.public BlobRetentionPolicy getRetentionPolicy()
public BlobMetrics setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
retentionPolicy
- the retentionPolicy value to set.public Boolean isIncludeApis()
public BlobMetrics setIncludeApis(Boolean includeApis)
includeApis
- the includeApis value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.