Package version:

An interface representing Metrics.

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

Properties

enabled: boolean

Indicates whether metrics are enabled for the Queue 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.