| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeMetrics |
DataLakeServiceProperties.getHourMetrics()
Get the hourMetrics property: The hourMetrics property.
|
DataLakeMetrics |
DataLakeServiceProperties.getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.
|
DataLakeMetrics |
DataLakeMetrics.setEnabled(boolean enabled)
Set the enabled property: Indicates whether metrics are enabled for the
DataLake service.
|
DataLakeMetrics |
DataLakeMetrics.setIncludeApis(Boolean includeApis)
Set the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
|
DataLakeMetrics |
DataLakeMetrics.setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
Set the retentionPolicy property: The retentionPolicy property.
|
DataLakeMetrics |
DataLakeMetrics.setVersion(String version)
Set the version property: The version of Storage Analytics to configure.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeServiceProperties |
DataLakeServiceProperties.setHourMetrics(DataLakeMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
DataLakeServiceProperties |
DataLakeServiceProperties.setMinuteMetrics(DataLakeMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.