Class BlobMetrics
a summary of request statistics grouped by API in hour or minute aggregates for blobs
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobMetrics
Constructors
BlobMetrics()
Creates a new BlobMetrics instance
Declaration
public BlobMetrics ();
Properties
Enabled
Indicates whether metrics are enabled for the Blob service.
Declaration
public bool Enabled { get; set; }
Property Value
Boolean
|
IncludeApis
Indicates whether metrics should generate summary statistics for called API operations.
Declaration
public Nullable<bool> IncludeApis { get; set; }
Property Value
Nullable<Boolean>
|
RetentionPolicy
the retention policy which determines how long the associated data should persist
Declaration
public Azure.Storage.Blobs.Models.BlobRetentionPolicy RetentionPolicy { get; set; }
Property Value
BlobRetentionPolicy
|
Version
The version of Storage Analytics to configure.
Declaration
public string Version { get; set; }
Property Value
String
|