Package version:

Storage Analytics metrics for file service.

interface Metrics {
    enabled: boolean;
    includeAPIs?: boolean;
    retentionPolicy?: RetentionPolicy;
    version: string;
}

Properties

enabled: boolean

Indicates whether metrics are enabled for the File service.

includeAPIs?: boolean

Indicates whether metrics should generate summary statistics for called API operations.

retentionPolicy?: RetentionPolicy

The retention policy.

version: string

The version of Storage Analytics to configure.