Microsoft Azure · Schema

BlobProperties

Properties of a blob.

API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1

Properties

Name Type Description
Creation-Time string The date/time the blob was created.
Last-Modified string The date/time the blob was last modified.
Etag string The ETag of the blob.
Content-Length integer The size of the blob in bytes.
Content-Type string The content type of the blob.
Content-Encoding string The content encoding of the blob.
Content-Language string The content language of the blob.
Content-MD5 string The MD5 hash of the blob content.
Content-Disposition string The content disposition of the blob.
Cache-Control string The cache control of the blob.
BlobType string The type of the blob.
AccessTier string The access tier of the blob.
AccessTierInferred boolean Whether the access tier was inferred.
LeaseStatus string The lease status.
LeaseState string The lease state.
ServerEncrypted boolean Whether the blob data and metadata are encrypted.
View JSON Schema on GitHub

JSON Schema

azure-blob-storage-blob-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlobProperties",
  "type": "object",
  "description": "Properties of a blob.",
  "properties": {
    "Creation-Time": {
      "type": "string",
      "description": "The date/time the blob was created."
    },
    "Last-Modified": {
      "type": "string",
      "description": "The date/time the blob was last modified."
    },
    "Etag": {
      "type": "string",
      "description": "The ETag of the blob."
    },
    "Content-Length": {
      "type": "integer",
      "description": "The size of the blob in bytes."
    },
    "Content-Type": {
      "type": "string",
      "description": "The content type of the blob."
    },
    "Content-Encoding": {
      "type": "string",
      "description": "The content encoding of the blob."
    },
    "Content-Language": {
      "type": "string",
      "description": "The content language of the blob."
    },
    "Content-MD5": {
      "type": "string",
      "description": "The MD5 hash of the blob content."
    },
    "Content-Disposition": {
      "type": "string",
      "description": "The content disposition of the blob."
    },
    "Cache-Control": {
      "type": "string",
      "description": "The cache control of the blob."
    },
    "BlobType": {
      "type": "string",
      "description": "The type of the blob."
    },
    "AccessTier": {
      "type": "string",
      "description": "The access tier of the blob."
    },
    "AccessTierInferred": {
      "type": "boolean",
      "description": "Whether the access tier was inferred."
    },
    "LeaseStatus": {
      "type": "string",
      "description": "The lease status."
    },
    "LeaseState": {
      "type": "string",
      "description": "The lease state."
    },
    "ServerEncrypted": {
      "type": "boolean",
      "description": "Whether the blob data and metadata are encrypted."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-blob-storage-blob-properties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.