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