Share via


cloud_blob_client::download_service_stats Method

Gets the service stats for the Blob service client.

service_stats download_service_stats() const;

service_stats download_service_stats(
   const blob_request_options& options,
   operation_context context
) const;

Parameters

  • options
    A azure::storage::blob_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 Blob service client.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_blob_client Class