Azure Storage Account · Example Payload

Azure Storage Account Endpoints Example

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

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

Top-level fields

blobdfsfilequeuetableweb

Example Payload

Raw ↑
{
  "blob": "example-string",
  "dfs": "example-string",
  "file": "example-string",
  "queue": "example-string",
  "table": "example-string",
  "web": "example-string"
}