Uses of Class
com.azure.storage.file.datalake.models.DataLakeMetrics
-
Packages that use DataLakeMetrics Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeMetrics in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeMetrics Modifier and Type Method Description DataLakeMetricsDataLakeServiceProperties. getHourMetrics()Get the hourMetrics property: The hourMetrics property.DataLakeMetricsDataLakeServiceProperties. getMinuteMetrics()Get the minuteMetrics property: The minuteMetrics property.DataLakeMetricsDataLakeMetrics. setEnabled(boolean enabled)Set the enabled property: Indicates whether metrics are enabled for the DataLake service.DataLakeMetricsDataLakeMetrics. setIncludeApis(Boolean includeApis)Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.DataLakeMetricsDataLakeMetrics. setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)Set the retentionPolicy property: The retentionPolicy property.DataLakeMetricsDataLakeMetrics. 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 DataLakeMetrics Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceProperties. setHourMetrics(DataLakeMetrics hourMetrics)Set the hourMetrics property: The hourMetrics property.DataLakeServicePropertiesDataLakeServiceProperties. setMinuteMetrics(DataLakeMetrics minuteMetrics)Set the minuteMetrics property: The minuteMetrics property.
-