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
RetentionPolicy object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-metrics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Metrics",
  "title": "Metrics",
  "type": "object",
  "description": "Storage analytics metrics settings.",
  "properties": {
    "Version": {
      "type": "string",
      "example": "example_value"
    },
    "Enabled": {
      "type": "boolean",
      "example": true
    },
    "IncludeAPIs": {
      "type": "boolean",
      "example": true
    },
    "RetentionPolicy": {
      "$ref": "#/components/schemas/RetentionPolicy"
    }
  }
}