TableServiceProperties Class
- java.
lang. Object - com.
azure. data. tables. models. TableServiceProperties
- com.
public final class TableServiceProperties
A model representing configurable settings of the Table service.
Constructor Summary
Constructor | Description |
---|---|
TableServiceProperties() |
Creates a TableServiceProperties. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Table |
getCorsRules()
Get the TableServiceCorsRule. |
Table |
getHourMetrics()
Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables. |
Table |
getLogging()
Get the TableServiceLogging. |
Table |
getMinuteMetrics()
Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables. |
Table |
setCorsRules(List<TableServiceCorsRule> corsRules)
Set the TableServiceCorsRule. |
Table |
setHourMetrics(TableServiceMetrics hourMetrics)
Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables. |
Table |
setLogging(TableServiceLogging logging)
Set the TableServiceLogging. |
Table |
setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables. |
Methods inherited from java.lang.Object
Constructor Details
TableServiceProperties
public TableServiceProperties()
Creates a TableServiceProperties.
Method Details
getCorsRules
public List
Get the TableServiceCorsRule.
Returns:
getHourMetrics
public TableServiceMetrics getHourMetrics()
Get settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
Returns:
getLogging
public TableServiceLogging getLogging()
Get the TableServiceLogging.
Returns:
getMinuteMetrics
public TableServiceMetrics getMinuteMetrics()
Get settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
Returns:
setCorsRules
public TableServiceProperties setCorsRules(List
Set the TableServiceCorsRule.
Parameters:
Returns:
setHourMetrics
public TableServiceProperties setHourMetrics(TableServiceMetrics hourMetrics)
Set settings for generating a summary of request statistics grouped by API in hourly aggregates for tables.
Parameters:
Returns:
setLogging
public TableServiceProperties setLogging(TableServiceLogging logging)
Set the TableServiceLogging.
Parameters:
Returns:
setMinuteMetrics
public TableServiceProperties setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set settings for generating a summary of request statistics grouped by API in minute aggregates for tables.
Parameters:
Returns:
Applies to
Azure SDK for Java