Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Metrics interface
- Package:
- @azure/storage-blob
a summary of request statistics grouped by API in hour or minute aggregates for blobs
Properties
| enabled | Indicates whether metrics are enabled for the Blob service. |
| includeAPIs | Indicates whether metrics should generate summary statistics for called API operations. |
| retentionPolicy | the retention policy which determines how long the associated data should persist |
| version | The version of Storage Analytics to configure. |
Property Details
enabled
Indicates whether metrics are enabled for the Blob service.
enabled: boolean
Property Value
boolean
includeAPIs
Indicates whether metrics should generate summary statistics for called API operations.
includeAPIs?: boolean
Property Value
boolean
retentionPolicy
the retention policy which determines how long the associated data should persist
retentionPolicy?: RetentionPolicy
Property Value
version
The version of Storage Analytics to configure.
version?: string
Property Value
string
