public final class DataLakeMetrics extends Object
| Constructor and Description |
|---|
DataLakeMetrics() |
| Modifier and Type | Method and Description |
|---|---|
DataLakeRetentionPolicy |
getRetentionPolicy()
Get the retentionPolicy property: The retentionPolicy property.
|
String |
getVersion()
Get the version property: The version of Storage Analytics to configure.
|
boolean |
isEnabled()
Get the enabled property: Indicates whether metrics are enabled for the
DataLake service.
|
Boolean |
isIncludeApis()
Get the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
|
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.
|
public String getVersion()
public DataLakeMetrics setVersion(String version)
version - the version value to set.public boolean isEnabled()
public DataLakeMetrics setEnabled(boolean enabled)
enabled - the enabled value to set.public DataLakeRetentionPolicy getRetentionPolicy()
public DataLakeMetrics setRetentionPolicy(DataLakeRetentionPolicy retentionPolicy)
retentionPolicy - the retentionPolicy value to set.public Boolean isIncludeApis()
public DataLakeMetrics setIncludeApis(Boolean includeApis)
includeApis - the includeApis value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.