Microsoft Azure · JSON Structure

Azure Blob Storage Blob Properties Structure

Type: object Properties: 16
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

BlobProperties is a JSON Structure definition published by Microsoft Azure, describing 16 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Creation-Time Last-Modified Etag Content-Length Content-Type Content-Encoding Content-Language Content-MD5 Content-Disposition Cache-Control BlobType AccessTier AccessTierInferred LeaseStatus LeaseState ServerEncrypted

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlobProperties",
  "type": "object",
  "properties": {
    "Creation-Time": {
      "type": "string"
    },
    "Last-Modified": {
      "type": "string"
    },
    "Etag": {
      "type": "string"
    },
    "Content-Length": {
      "type": "integer"
    },
    "Content-Type": {
      "type": "string"
    },
    "Content-Encoding": {
      "type": "string"
    },
    "Content-Language": {
      "type": "string"
    },
    "Content-MD5": {
      "type": "string"
    },
    "Content-Disposition": {
      "type": "string"
    },
    "Cache-Control": {
      "type": "string"
    },
    "BlobType": {
      "type": "string"
    },
    "AccessTier": {
      "type": "string"
    },
    "AccessTierInferred": {
      "type": "boolean"
    },
    "LeaseStatus": {
      "type": "string"
    },
    "LeaseState": {
      "type": "string"
    },
    "ServerEncrypted": {
      "type": "boolean"
    }
  }
}