Uses of Class
com.azure.storage.file.share.models.ShareMetrics
-
Packages that use ShareMetrics Package Description com.azure.storage.file.share.models 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 ShareMetrics Modifier and Type Method Description ShareMetricsShareServiceProperties. getHourMetrics()Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareMetricsShareServiceProperties. getMinuteMetrics()Get the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.ShareMetricsShareMetrics. setEnabled(boolean enabled)Set the enabled property: Indicates whether metrics are enabled for the File service.ShareMetricsShareMetrics. setIncludeApis(Boolean includeApis)Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.ShareMetricsShareMetrics. setRetentionPolicy(ShareRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retention policy.ShareMetricsShareMetrics. 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 ShareMetrics Modifier and Type Method Description ShareServicePropertiesShareServiceProperties. setHourMetrics(ShareMetrics hourMetrics)Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareServicePropertiesShareServiceProperties. setMinuteMetrics(ShareMetrics minuteMetrics)Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.
-