Package version:

a summary of request statistics grouped by API in hour or minute aggregates for blobs

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

Properties

enabled: boolean

Indicates whether metrics are enabled for the Blob service.

includeAPIs?: boolean

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

retentionPolicy?: RetentionPolicy

the retention policy which determines how long the associated data should persist

version?: string

The version of Storage Analytics to configure.