| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeCorsRule |
DataLakeCorsRule.setAllowedHeaders(String allowedHeaders)
Set the allowedHeaders property: the request headers that the origin
domain may specify on the CORS request.
|
DataLakeCorsRule |
DataLakeCorsRule.setAllowedMethods(String allowedMethods)
Set the allowedMethods property: The methods (HTTP request verbs) that
the origin domain may use for a CORS request.
|
DataLakeCorsRule |
DataLakeCorsRule.setAllowedOrigins(String allowedOrigins)
Set the allowedOrigins property: The origin domains that are permitted
to make a request against the storage service via CORS.
|
DataLakeCorsRule |
DataLakeCorsRule.setExposedHeaders(String exposedHeaders)
Set the exposedHeaders property: The response headers that may be sent
in the response to the CORS request and exposed by the browser to the
request issuer.
|
DataLakeCorsRule |
DataLakeCorsRule.setMaxAgeInSeconds(int maxAgeInSeconds)
Set the maxAgeInSeconds property: The maximum amount time that a browser
should cache the preflight OPTIONS request.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.