Azure Storage Accounts · JSON Structure

Azure Storage Accounts Dimension Structure

Dimension of blobs, possibly be blob type or access tier.

Type: object Properties: 2
AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Dimension is a JSON Structure definition published by Azure Storage Accounts, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

displayName name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-structure/azure-storage-accounts-dimension-structure.json",
  "description": "Dimension of blobs, possibly be blob type or access tier.",
  "properties": {
    "displayName": {
      "description": "Display name of dimension.",
      "type": "string"
    },
    "name": {
      "description": "Display name of dimension.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "Dimension"
}