| Package | Description |
|---|---|
| com.azure.data.tables |
Package containing the classes for Tables Clients.
|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceProperties |
TableServiceClient.getProperties()
Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin
Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableServiceClient.setProperties(TableServiceProperties tableServiceProperties)
Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin
Resource Sharing) rules.
|
Mono<Void> |
TableServiceAsyncClient.setProperties(TableServiceProperties tableServiceProperties)
Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin
Resource Sharing) rules.
|
Mono<com.azure.core.http.rest.Response<Void>> |
TableServiceAsyncClient.setPropertiesWithResponse(TableServiceProperties tableServiceProperties)
Sets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin
Resource Sharing) rules.
|
com.azure.core.http.rest.Response<Void> |
TableServiceClient.setPropertiesWithResponse(TableServiceProperties tableServiceProperties,
Duration timeout,
com.azure.core.util.Context context)
Sets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin
Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceProperties |
TableServiceProperties.setCorsRules(List<TableServiceCorsRule> corsRules)
Set the
CORS rules. |
TableServiceProperties |
TableServiceProperties.setHourMetrics(TableServiceMetrics hourMetrics)
Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
|
TableServiceProperties |
TableServiceProperties.setLogging(TableServiceLogging logging)
Set the
Azure Analytics Logging settings. |
TableServiceProperties |
TableServiceProperties.setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.