Class ShareMetrics
Storage Analytics metrics for file service.
public class ShareMetrics
- Inheritance
-
ShareMetrics
- Inherited Members
Constructors
ShareMetrics()
Creates a new ShareMetrics instance.
public ShareMetrics()
Properties
Enabled
Indicates whether metrics are enabled for the File service.
public bool Enabled { get; set; }
Property Value
IncludeApis
Indicates whether metrics should generate summary statistics for called API operations.
public bool? IncludeApis { get; set; }
Property Value
- bool?
RetentionPolicy
The retention policy.
public ShareRetentionPolicy RetentionPolicy { get; set; }
Property Value
Version
The version of Storage Analytics to configure.
public string Version { get; set; }