Uses of Class
com.azure.storage.blob.models.BlobMetrics
Packages that use BlobMetrics
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobMetrics in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobMetricsModifier and TypeMethodDescriptionstatic BlobMetricsBlobMetrics.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobMetrics from the XmlReader.static BlobMetricsReads an instance of BlobMetrics from the XmlReader.BlobServiceProperties.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.Methods in com.azure.storage.blob.models with parameters of type BlobMetricsModifier 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.