TableServiceProperties Class
- java.
lang. Object - com.
azure. data. tables. models. TableServiceProperties
- com.
Implements
public final class TableServiceProperties
implements XmlSerializable<TableServiceProperties>
Table Service Properties.
Constructor Summary
Constructor | Description |
---|---|
TableServiceProperties() |
Creates an instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Table |
fromXml(XmlReader xmlReader)
Reads an instance of Table |
static
Table |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Table |
List<Table |
getCorsRules()
Get the cors property: The set of CORS rules. |
Table |
getHourMetrics()
Get the hour |
Table |
getLogging()
Get the logging property: Azure Analytics Logging settings. |
Table |
getMinuteMetrics()
Get the minute |
Table |
setCorsRules(List<TableServiceCorsRule> cors)
Set the cors property: The set of CORS rules. |
Table |
setHourMetrics(TableServiceMetrics hourMetrics)
Set the hour |
Table |
setLogging(TableServiceLogging logging)
Set the logging property: Azure Analytics Logging settings. |
Table |
setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set the minute |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
TableServiceProperties
public TableServiceProperties()
Creates an instance of TableServiceProperties class.
Method Details
fromXml
public static TableServiceProperties fromXml(XmlReader xmlReader)
Reads an instance of TableServiceProperties from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static TableServiceProperties fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of TableServiceProperties from the XmlReader.
Parameters:
Returns:
Throws:
getCorsRules
public List
Get the cors property: The set of CORS rules.
Returns:
getHourMetrics
public TableServiceMetrics getHourMetrics()
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for tables.
Returns:
getLogging
public TableServiceLogging getLogging()
Get the logging property: Azure Analytics Logging settings.
Returns:
getMinuteMetrics
public TableServiceMetrics getMinuteMetrics()
Get the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for tables.
Returns:
setCorsRules
public TableServiceProperties setCorsRules(List
Set the cors property: The set of CORS rules.
Parameters:
Returns:
setHourMetrics
public TableServiceProperties setHourMetrics(TableServiceMetrics hourMetrics)
Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for tables.
Parameters:
Returns:
setLogging
public TableServiceProperties setLogging(TableServiceLogging logging)
Set the logging property: Azure Analytics Logging settings.
Parameters:
Returns:
setMinuteMetrics
public TableServiceProperties setMinuteMetrics(TableServiceMetrics minuteMetrics)
Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for tables.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java