Azure Blob Storage · Schema

Metrics

Azure Analytics metrics settings.

AzureBlobsCloud StorageMicrosoftObject StorageStorage

Properties

Name Type Description
Version string The version of metrics
Enabled boolean Whether metrics are enabled
IncludeAPIs boolean Whether to include API-level metrics
RetentionPolicy object
View JSON Schema on GitHub

JSON Schema

azure-blob-storage-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Metrics",
  "title": "Metrics",
  "type": "object",
  "description": "Azure Analytics metrics settings.",
  "properties": {
    "Version": {
      "type": "string",
      "description": "The version of metrics"
    },
    "Enabled": {
      "type": "boolean",
      "description": "Whether metrics are enabled"
    },
    "IncludeAPIs": {
      "type": "boolean",
      "description": "Whether to include API-level metrics"
    },
    "RetentionPolicy": {
      "$ref": "#/components/schemas/RetentionPolicy"
    }
  }
}