Package com.azure.storage.queue.models
Class QueueServiceProperties
java.lang.Object
com.azure.storage.queue.models.QueueServiceProperties
Storage Service Properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the analyticsLogging property: Azure Analytics Logging settings.getCors()
Get the cors property: The set of CORS rules.Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.Get the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.setAnalyticsLogging
(QueueAnalyticsLogging analyticsLogging) Set the analyticsLogging property: Azure Analytics Logging settings.setCors
(List<QueueCorsRule> cors) Set the cors property: The set of CORS rules.setHourMetrics
(QueueMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.setMinuteMetrics
(QueueMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.
-
Constructor Details
-
QueueServiceProperties
public QueueServiceProperties()
-
-
Method Details
-
getAnalyticsLogging
Get the analyticsLogging property: Azure Analytics Logging settings.- Returns:
- the analyticsLogging value.
-
setAnalyticsLogging
Set the analyticsLogging property: Azure Analytics Logging settings.- Parameters:
analyticsLogging
- the analyticsLogging value to set.- Returns:
- the QueueServiceProperties object itself.
-
getHourMetrics
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.- Returns:
- the hourMetrics value.
-
setHourMetrics
Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.- Parameters:
hourMetrics
- the hourMetrics value to set.- Returns:
- the QueueServiceProperties object itself.
-
getMinuteMetrics
Get the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.- Returns:
- the minuteMetrics value.
-
setMinuteMetrics
Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.- Parameters:
minuteMetrics
- the minuteMetrics value to set.- Returns:
- the QueueServiceProperties object itself.
-
getCors
Get the cors property: The set of CORS rules.- Returns:
- the cors value.
-
setCors
Set the cors property: The set of CORS rules.- Parameters:
cors
- the cors value to set.- Returns:
- the QueueServiceProperties object itself.
-