Uses of Class
com.azure.storage.file.datalake.models.DataLakeCorsRule
-
Packages that use DataLakeCorsRule Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeCorsRule in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeCorsRule Modifier and Type Method Description DataLakeCorsRuleDataLakeCorsRule. setAllowedHeaders(String allowedHeaders)Set the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.DataLakeCorsRuleDataLakeCorsRule. setAllowedMethods(String allowedMethods)Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.DataLakeCorsRuleDataLakeCorsRule. setAllowedOrigins(String allowedOrigins)Set the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.DataLakeCorsRuleDataLakeCorsRule. 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.DataLakeCorsRuleDataLakeCorsRule. setMaxAgeInSeconds(int maxAgeInSeconds)Set the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.Methods in com.azure.storage.file.datalake.models that return types with arguments of type DataLakeCorsRule Modifier and Type Method Description List<DataLakeCorsRule>DataLakeServiceProperties. getCors()Get the cors property: The set of CORS rules.Method parameters in com.azure.storage.file.datalake.models with type arguments of type DataLakeCorsRule Modifier and Type Method Description DataLakeServicePropertiesDataLakeServiceProperties. setCors(List<DataLakeCorsRule> cors)Set the cors property: The set of CORS rules.
-