| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeServiceProperties |
DataLakeServiceClient.getProperties()
Returns the resources's metadata and properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLakeServiceClient.setProperties(DataLakeServiceProperties properties)
Sets properties for a storage account's DataLake service endpoint.
|
Mono<Void> |
DataLakeServiceAsyncClient.setProperties(DataLakeServiceProperties properties)
Sets properties for a storage account's DataLake service endpoint.
|
Mono<com.azure.core.http.rest.Response<Void>> |
DataLakeServiceAsyncClient.setPropertiesWithResponse(DataLakeServiceProperties properties)
Sets properties for a storage account's DataLake service endpoint.
|
com.azure.core.http.rest.Response<Void> |
DataLakeServiceClient.setPropertiesWithResponse(DataLakeServiceProperties properties,
Duration timeout,
com.azure.core.util.Context context)
Sets properties for a storage account's DataLake service endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeServiceProperties |
DataLakeServiceProperties.setCors(List<DataLakeCorsRule> cors)
Set the cors property: The set of CORS rules.
|
DataLakeServiceProperties |
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 |
DataLakeServiceProperties.setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
|
DataLakeServiceProperties |
DataLakeServiceProperties.setHourMetrics(DataLakeMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
DataLakeServiceProperties |
DataLakeServiceProperties.setLogging(DataLakeAnalyticsLogging logging)
Set the logging property: The logging property.
|
DataLakeServiceProperties |
DataLakeServiceProperties.setMinuteMetrics(DataLakeMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
DataLakeServiceProperties |
DataLakeServiceProperties.setStaticWebsite(DataLakeStaticWebsite staticWebsite)
Set the staticWebsite property: The properties that enable an account to host a static website.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.