Uses of Class
com.azure.storage.file.datalake.models.DataLakeServiceProperties
-
Packages that use DataLakeServiceProperties 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. -
-
Uses of DataLakeServiceProperties in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeServiceProperties Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceClient. getProperties()Returns the resources's metadata and properties.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeServiceProperties Modifier and Type Method Description Mono<DataLakeServiceProperties>DataLakeServiceAsyncClient. 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 DataLakeServiceProperties Modifier and Type Method Description Mono<Void>DataLakeServiceAsyncClient. setProperties(DataLakeServiceProperties properties)Sets properties for a storage account's DataLake service endpoint.voidDataLakeServiceClient. 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. -
Uses of DataLakeServiceProperties in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeServiceProperties Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceProperties. setCors(List<DataLakeCorsRule> cors)Set the cors property: The set of CORS rules.DataLakeServicePropertiesDataLakeServiceProperties. 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.DataLakeServicePropertiesDataLakeServiceProperties. setDeleteRetentionPolicy(DataLakeRetentionPolicy deleteRetentionPolicy)Set the deleteRetentionPolicy property: The deleteRetentionPolicy property.DataLakeServicePropertiesDataLakeServiceProperties. setHourMetrics(DataLakeMetrics hourMetrics)Set the hourMetrics property: The hourMetrics property.DataLakeServicePropertiesDataLakeServiceProperties. setLogging(DataLakeAnalyticsLogging logging)Set the logging property: The logging property.DataLakeServicePropertiesDataLakeServiceProperties. setMinuteMetrics(DataLakeMetrics minuteMetrics)Set the minuteMetrics property: The minuteMetrics property.DataLakeServicePropertiesDataLakeServiceProperties. setStaticWebsite(DataLakeStaticWebsite staticWebsite)Set the staticWebsite property: The properties that enable an account to host a static website.
-