Uses of Class
com.azure.data.tables.models.TableServiceProperties
-
Packages that use TableServiceProperties 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. -
-
Uses of TableServiceProperties in com.azure.data.tables
Methods in com.azure.data.tables that return TableServiceProperties Modifier and Type Method Description TableServicePropertiesTableServiceClient. 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 TableServiceProperties Modifier and Type Method Description Mono<TableServiceProperties>TableServiceAsyncClient. 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 TableServiceProperties Modifier and Type Method Description 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.voidTableServiceClient. 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. -
Uses of TableServiceProperties in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceProperties Modifier and Type Method Description TableServicePropertiesTableServiceProperties. setCorsRules(List<TableServiceCorsRule> corsRules)Set theCORS rules.TableServicePropertiesTableServiceProperties. setHourMetrics(TableServiceMetrics hourMetrics)Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.TableServicePropertiesTableServiceProperties. setLogging(TableServiceLogging logging)Set theAzure Analytics Logging settings.TableServicePropertiesTableServiceProperties. setMinuteMetrics(TableServiceMetrics minuteMetrics)Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
-