Azure.Storage.Blobs.Models.BlobServiceStatistics
Stats for the storage service.
namespace Azure.Storage.Blobs.Models
{
public class BlobServiceStatistics
{
public BlobGeoReplication GeoReplication { get; }
}
}