public final class DataLakeServiceProperties extends Object
| Constructor and Description |
|---|
DataLakeServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<DataLakeCorsRule> |
getCors()
Get the cors property: The set of CORS rules.
|
String |
getDefaultServiceVersion()
Get the defaultServiceVersion property: The default version to use for
requests to the DataLake service if an incoming request's version is not
specified.
|
DataLakeRetentionPolicy |
getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
|
DataLakeMetrics |
getHourMetrics()
Get the hourMetrics property: The hourMetrics property.
|
DataLakeAnalyticsLogging |
getLogging()
Get the logging property: The logging property.
|
DataLakeMetrics |
getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.
|
DataLakeStaticWebsite |
getStaticWebsite()
Get the staticWebsite property: The properties that enable an account to host a static website.
|
DataLakeServiceProperties |
setCors(List<DataLakeCorsRule> cors)
Set the cors property: The set of CORS rules.
|
DataLakeServiceProperties |
setDefaultServiceVersion(String defaultServiceVersion)
Set the defaultServiceVersion property: The default version to use for
requests to the DataLake service if an incoming request's version is not
specified.
|
DataLakeServiceProperties |
setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
|
DataLakeServiceProperties |
setHourMetrics(DataLakeMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
DataLakeServiceProperties |
setLogging(DataLakeAnalyticsLogging logging)
Set the logging property: The logging property.
|
DataLakeServiceProperties |
setMinuteMetrics(DataLakeMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
DataLakeServiceProperties |
setStaticWebsite(DataLakeStaticWebsite staticWebsite)
Set the staticWebsite property: The properties that enable an account to host a static website.
|
public DataLakeAnalyticsLogging getLogging()
public DataLakeServiceProperties setLogging(DataLakeAnalyticsLogging logging)
logging - the logging value to set.public DataLakeMetrics getHourMetrics()
public DataLakeServiceProperties setHourMetrics(DataLakeMetrics hourMetrics)
hourMetrics - the hourMetrics value to set.public DataLakeMetrics getMinuteMetrics()
public DataLakeServiceProperties setMinuteMetrics(DataLakeMetrics minuteMetrics)
minuteMetrics - the minuteMetrics value to set.public List<DataLakeCorsRule> getCors()
public DataLakeServiceProperties setCors(List<DataLakeCorsRule> cors)
cors - the cors value to set.public String getDefaultServiceVersion()
public DataLakeServiceProperties setDefaultServiceVersion(String defaultServiceVersion)
defaultServiceVersion - the defaultServiceVersion value to set.public DataLakeRetentionPolicy getDeleteRetentionPolicy()
public DataLakeServiceProperties setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
deleteRetentionPolicy - the deleteRetentionPolicy value to set.public DataLakeStaticWebsite getStaticWebsite()
public DataLakeServiceProperties setStaticWebsite(DataLakeStaticWebsite staticWebsite)
staticWebsite - the staticWebsite value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.