cloud_queue_client::download_service_stats Method
Gets the service stats for the Queue service client.
service_stats download_service_stats() const;
service_stats download_service_stats(
const queue_request_options& options,
operation_context context
) const;
Parameters
- options
A azure::storage::queue_request_options object that specifies additional options for the request.
- context
An azure::storage::operation_context object that represents the context for the current operation.
Return Value
The service_stats for the Queue service client.
Requirements
Header: queue.h
Namespace: azure::storage