Uses of Class
com.azure.storage.file.share.models.ShareMetrics
Packages that use ShareMetrics
Package
Description
Package containing classes for AzureFileStorage.
-
Uses of ShareMetrics in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareMetricsModifier and TypeMethodDescriptionShareServiceProperties.getHourMetrics()
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.ShareMetrics.setEnabled
(boolean enabled) Set the enabled property: Indicates whether metrics are enabled for the File service.ShareMetrics.setIncludeApis
(Boolean includeApis) Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.ShareMetrics.setRetentionPolicy
(ShareRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retention policy.ShareMetrics.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.Methods in com.azure.storage.file.share.models with parameters of type ShareMetricsModifier and TypeMethodDescriptionShareServiceProperties.setHourMetrics
(ShareMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareServiceProperties.setMinuteMetrics
(ShareMetrics minuteMetrics) Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.