Dimension

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

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
displayName string Display name of dimension.
name string Display name of dimension.
View JSON Schema on GitHub

JSON Schema

azure-storage-account-dimension-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-schema/azure-storage-account-dimension-schema.json",
  "title": "Dimension",
  "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"
}