DataLakeServiceProperties Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. DataLakeServiceProperties
- com.
public final class DataLakeServiceProperties
Storage Service Properties.
Constructor Summary
Constructor | Description | |
---|---|---|
DataLakeServiceProperties() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Data |
getCors()
Get the cors property: The set of CORS rules. |
String |
getDefaultServiceVersion()
Get the default |
Data |
getDeleteRetentionPolicy()
Get the delete |
Data |
getHourMetrics()
Get the hour |
Data |
getLogging()
Get the logging property: The logging property. |
Data |
getMinuteMetrics()
Get the minute |
Data |
getStaticWebsite()
Get the static |
Data |
setCors(List<DataLakeCorsRule> cors)
Set the cors property: The set of CORS rules. |
Data |
setDefaultServiceVersion(String defaultServiceVersion)
Set the default |
Data |
setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
Set the delete |
Data |
setHourMetrics(DataLakeMetrics hourMetrics)
Set the hour |
Data |
setLogging(DataLakeAnalyticsLogging logging)
Set the logging property: The logging property. |
Data |
setMinuteMetrics(DataLakeMetrics minuteMetrics)
Set the minute |
Data |
setStaticWebsite(DataLakeStaticWebsite staticWebsite)
Set the static |
Methods inherited from java.lang.Object
Constructor Details
DataLakeServiceProperties
public DataLakeServiceProperties()
Method Details
getCors
public List
Get the cors property: The set of CORS rules.
Returns:
getDefaultServiceVersion
public 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. Possible values include version 2008-10-27 and all more recent versions.
Returns:
getDeleteRetentionPolicy
public DataLakeRetentionPolicy getDeleteRetentionPolicy()
Get the deleteRetentionPolicy property: The deleteRetentionPolicy property.
Returns:
getHourMetrics
public DataLakeMetrics getHourMetrics()
Get the hourMetrics property: The hourMetrics property.
Returns:
getLogging
public DataLakeAnalyticsLogging getLogging()
Get the logging property: The logging property.
Returns:
getMinuteMetrics
public DataLakeMetrics getMinuteMetrics()
Get the minuteMetrics property: The minuteMetrics property.
Returns:
getStaticWebsite
public DataLakeStaticWebsite getStaticWebsite()
Get the staticWebsite property: The properties that enable an account to host a static website.
Returns:
setCors
public DataLakeServiceProperties setCors(List
Set the cors property: The set of CORS rules.
Parameters:
Returns:
setDefaultServiceVersion
public 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. Possible values include version 2008-10-27 and all more recent versions.
Parameters:
Returns:
setDeleteRetentionPolicy
public DataLakeServiceProperties setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: The deleteRetentionPolicy property.
Parameters:
Returns:
setHourMetrics
public DataLakeServiceProperties setHourMetrics(DataLakeMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
Parameters:
Returns:
setLogging
public DataLakeServiceProperties setLogging(DataLakeAnalyticsLogging logging)
Set the logging property: The logging property.
Parameters:
Returns:
setMinuteMetrics
public DataLakeServiceProperties setMinuteMetrics(DataLakeMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
Parameters:
Returns:
setStaticWebsite
public DataLakeServiceProperties setStaticWebsite(DataLakeStaticWebsite staticWebsite)
Set the staticWebsite property: The properties that enable an account to host a static website.
Parameters:
Returns:
Applies to
Azure SDK for Java