Microsoft Azure · Example Payload

Azure Blob Storage Blob Properties Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Azure Blob Storage Blob Properties Example is an example object payload from Microsoft Azure, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Creation-TimeLast-ModifiedEtagContent-LengthContent-TypeContent-EncodingContent-LanguageContent-MD5Content-DispositionCache-ControlBlobTypeAccessTierAccessTierInferredLeaseStatusLeaseStateServerEncrypted

Example Payload

Raw ↑
{
  "Creation-Time": "example_value",
  "Last-Modified": "example_value",
  "Etag": "example_value",
  "Content-Length": 10,
  "Content-Type": "example_value",
  "Content-Encoding": "example_value",
  "Content-Language": "example_value",
  "Content-MD5": "example_value",
  "Content-Disposition": "example_value",
  "Cache-Control": "example_value",
  "BlobType": "example_value",
  "AccessTier": "example_value",
  "AccessTierInferred": true,
  "LeaseStatus": "example_value",
  "LeaseState": "example_value",
  "ServerEncrypted": true
}