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: a summary of request statistics grouped by API in hour or minute aggregates for
blobs.
|
BlobMetrics |
BlobServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for
blobs.
|
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 retention policy which determines how long the associated data should
persist.
|
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: a summary of request statistics grouped by API in hour or minute aggregates for
blobs.
|
BlobServiceProperties |
BlobServiceProperties.setMinuteMetrics(BlobMetrics minuteMetrics)
Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for
blobs.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.