| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceCorsRule |
TableServiceCorsRule.setAllowedHeaders(String allowedHeaders)
Set the request headers that the origin domain may specify on the CORS request.
|
TableServiceCorsRule |
TableServiceCorsRule.setAllowedMethods(String allowedMethods)
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS
request.
|
TableServiceCorsRule |
TableServiceCorsRule.setAllowedOrigins(String allowedOrigins)
Set the allowedOrigins property: The origin domains that are permitted to make a request against the service via
CORS.
|
TableServiceCorsRule |
TableServiceCorsRule.setExposedHeaders(String exposedHeaders)
Set the response headers that may be sent in the response to the CORS request and exposed by the browser to
the request issuer.
|
TableServiceCorsRule |
TableServiceCorsRule.setMaxAgeInSeconds(int maxAgeInSeconds)
Set the maximum amount time that a browser should cache the preflight OPTIONS request.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.