Uses of Class
com.azure.data.tables.models.TableServiceProperties
Packages that use TableServiceProperties
Package
Description
Package containing the classes for Tables Clients.
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableServiceProperties in com.azure.data.tables
Methods in com.azure.data.tables that return TableServicePropertiesModifier and TypeMethodDescriptionTableServiceClient.getProperties()Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.data.tables that return types with arguments of type TableServicePropertiesModifier and TypeMethodDescriptionTableServiceAsyncClient.getProperties()Gets 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<TableServiceProperties>>TableServiceAsyncClient.getPropertiesWithResponse()Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<TableServiceProperties>TableServiceClient.getPropertiesWithResponse(Duration timeout, com.azure.core.util.Context context) Gets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.data.tables with parameters of type TableServicePropertiesModifier and TypeMethodDescriptionTableServiceAsyncClient.setProperties(TableServiceProperties tableServiceProperties) Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.voidTableServiceClient.setProperties(TableServiceProperties tableServiceProperties) Sets the properties of the account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.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. -
Uses of TableServiceProperties in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServicePropertiesModifier and TypeMethodDescriptionTableServiceProperties.setCorsRules(List<TableServiceCorsRule> corsRules) Set theCORS rules.TableServiceProperties.setHourMetrics(TableServiceMetrics hourMetrics) Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.setLogging(TableServiceLogging logging) Set theAzure Analytics Logging settings.TableServiceProperties.setMinuteMetrics(TableServiceMetrics minuteMetrics) Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.