Azure Storage Accounts · JSON Structure

Azure Storage Accounts Blob Container Structure

Properties of the blob container, including Id, resource name, resource type, Etag.

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

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

Properties

properties

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-blob-container-structure.json",
  "description": "Properties of the blob container, including Id, resource name, resource type, Etag.",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ContainerProperties",
      "description": "Properties of the blob container.",
      "x-ms-client-flatten": true,
      "x-ms-client-name": "ContainerProperties"
    }
  },
  "type": "object",
  "name": "BlobContainer"
}