Uses of Class
com.azure.storage.file.datalake.models.DataLakeServiceProperties
Packages that use DataLakeServiceProperties
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeServiceProperties in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeServicePropertiesModifier and TypeMethodDescriptionDataLakeServiceClient.getProperties()
Returns the resource's metadata and properties.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeServicePropertiesModifier and TypeMethodDescriptionDataLakeServiceAsyncClient.getProperties()
Gets the properties of a storage account’s DataLake service.Mono
<com.azure.core.http.rest.Response<DataLakeServiceProperties>> DataLakeServiceAsyncClient.getPropertiesWithResponse()
Gets the properties of a storage account’s DataLake service.com.azure.core.http.rest.Response
<DataLakeServiceProperties> DataLakeServiceClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Returns the resource's metadata and properties.Methods in com.azure.storage.file.datalake with parameters of type DataLakeServicePropertiesModifier and TypeMethodDescriptionDataLakeServiceAsyncClient.setProperties
(DataLakeServiceProperties properties) Sets properties for a storage account's DataLake service endpoint.void
DataLakeServiceClient.setProperties
(DataLakeServiceProperties properties) Sets properties for a storage account's DataLake service endpoint.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. -
Uses of DataLakeServiceProperties in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeServicePropertiesModifier and TypeMethodDescriptionDataLakeServiceProperties.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.