Azure Storage Accounts · JSON Structure

Azure Storage Accounts Blob Service Items Structure

BlobServiceItems schema from Azure Storage Accounts API

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

BlobServiceItems 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

value

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-service-items-structure.json",
  "description": "BlobServiceItems schema from Azure Storage Accounts API",
  "properties": {
    "value": {
      "description": "List of blob services returned.",
      "items": {
        "$ref": "#/definitions/BlobServiceProperties"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object",
  "name": "BlobServiceItems"
}