Uses of Class
com.azure.data.tables.models.TableServiceProperties
Packages that use TableServiceProperties
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
Package containing the data models 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.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.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 TypeMethodDescriptionstatic TableServiceProperties
TableServiceProperties.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceProperties from the XmlReader.static TableServiceProperties
Reads an instance of TableServiceProperties from the XmlReader.TableServiceProperties.setCorsRules
(List<TableServiceCorsRule> cors) Set the cors property: The set of CORS rules.TableServiceProperties.setHourMetrics
(TableServiceMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for tables.TableServiceProperties.setLogging
(TableServiceLogging logging) Set the logging property: Azure Analytics Logging settings.TableServiceProperties.setMinuteMetrics
(TableServiceMetrics minuteMetrics) Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for tables.