Azure Storage Account · JSON Structure

Azure Storage Account List Container Item Structure

The blob container properties be listed out.

Type: object Properties: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

ListContainerItem is a JSON Structure definition published by Azure Storage Account, 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-account/refs/heads/main/json-structure/azure-storage-account-list-container-item-structure.json",
  "description": "The blob container properties be listed out.",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ContainerProperties",
      "description": "The blob container properties be listed out.",
      "x-ms-client-flatten": true
    }
  },
  "type": "object",
  "name": "ListContainerItem"
}