Uses of Class
com.azure.storage.blob.models.BlobMetrics
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobMetrics in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionBlobServiceProperties.getHourMetrics()
Get the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.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 retention policy which determines how long the associated data should persist.BlobMetrics.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.Modifier and TypeMethodDescriptionBlobServiceProperties.setHourMetrics
(BlobMetrics hourMetrics) Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.setMinuteMetrics
(BlobMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.