Microsoft Azure · Schema

Metrics

Storage analytics metrics settings.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
Version string
Enabled boolean
IncludeAPIs boolean
View JSON Schema on GitHub

JSON Schema

azure-blob-storage-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Metrics",
  "type": "object",
  "description": "Storage analytics metrics settings.",
  "properties": {
    "Version": {
      "type": "string"
    },
    "Enabled": {
      "type": "boolean"
    },
    "IncludeAPIs": {
      "type": "boolean"
    }
  }
}