Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobMetrics |
BlobServiceProperties.getHourMetrics()
Get the hourMetrics property: The hourMetrics property.
|
BlobMetrics |
BlobServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.
|
BlobMetrics |
BlobMetrics.setEnabled(boolean enabled)
Set the enabled property: Indicates whether metrics are enabled for the
Blob service.
|
BlobMetrics |
BlobMetrics.setIncludeApis(Boolean includeApis)
Set the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
|
BlobMetrics |
BlobMetrics.setRetentionPolicy(BlobRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
BlobMetrics |
BlobMetrics.setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceProperties.setHourMetrics(BlobMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
BlobServiceProperties |
BlobServiceProperties.setMinuteMetrics(BlobMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.