Azure.Storage.Blobs.Models.BlobMetrics
a summary of request statistics grouped by API in hour or minute aggregates for blobs.
namespace Azure.Storage.Blobs.Models
{
public class BlobMetrics : IXmlSerializable
{
public string Version { get; set; }
public bool Enabled { get; set; }
public BlobRetentionPolicy RetentionPolicy { get; set; }
public bool? IncludeApis { get; set; }
public BlobMetrics();
}
}