Uses of Class
com.azure.storage.file.datalake.models.DataLakeMetrics
Packages that use DataLakeMetrics
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeMetrics in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeMetricsModifier and TypeMethodDescriptionDataLakeServiceProperties.getHourMetrics()
Get the hourMetrics property: The hourMetrics property.DataLakeServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.DataLakeMetrics.setEnabled
(boolean enabled) Set the enabled property: Indicates whether metrics are enabled for the DataLake service.DataLakeMetrics.setIncludeApis
(Boolean includeApis) Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.DataLakeMetrics.setRetentionPolicy
(DataLakeRetentionPolicy retentionPolicy) Set the retentionPolicy property: The retentionPolicy property.DataLakeMetrics.setVersion
(String version) Set the version property: The version of Storage Analytics to configure.Methods in com.azure.storage.file.datalake.models with parameters of type DataLakeMetricsModifier and TypeMethodDescriptionDataLakeServiceProperties.setHourMetrics
(DataLakeMetrics hourMetrics) Set the hourMetrics property: The hourMetrics property.DataLakeServiceProperties.setMinuteMetrics
(DataLakeMetrics minuteMetrics) Set the minuteMetrics property: The minuteMetrics property.