Table of Contents

Class ShareMetrics

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

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

bool

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

ShareRetentionPolicy

Version

The version of Storage Analytics to configure.

public string Version { get; set; }

Property Value

string