Parameter | Description |
---|---|
Container Name | The name of the container. Can be obtained from the List Containers action. |
Limit | The amount of the results to be returned. |
Prefix | Filter by a given prefix. |
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Marker | Paginate by the returning NextMarker pagination token. |
{
"EnumerationResults": {
"-ContainerName": "<string>",
"Blobs": {
"Blob": [
{
"Name": "<string>",
"Properties": {
"LeaseState": "<string>",
"Last-Modified": "<string>",
"Content-Encoding": "<string>",
"Content-MD5": "<string>",
"AccessTierInferred": "<string>",
"Content-Type": "<string>",
"BlobType": "<string>",
"AccessTier": "<string>",
"LeaseStatus": "<string>",
"Etag": "<string>",
"Content-Language": "<string>",
"Content-CRC64": "<string>",
"Cache-Control": "<string>",
"Creation-Time": "<string>",
"Content-Length": "<string>",
"Content-Disposition": "<string>",
"ServerEncrypted": "<string>"
},
"OrMetadata": "<string>"
},
{
"Name": "<string>",
"Properties": {
"AccessTier": "<string>",
"ServerEncrypted": "<string>",
"Last-Modified": "<string>",
"Etag": "<string>",
"Content-Length": "<string>",
"Content-Encoding": "<string>",
"Content-CRC64": "<string>",
"Content-Disposition": "<string>",
"BlobType": "<string>",
"LeaseStatus": "<string>",
"Content-Type": "<string>",
"Cache-Control": "<string>",
"AccessTierInferred": "<string>",
"Creation-Time": "<string>",
"Content-Language": "<string>",
"Content-MD5": "<string>",
"LeaseState": "<string>"
},
"OrMetadata": "<string>"
}
]
},
"NextMarker": "<string>",
"-ServiceEndpoint": "<string>"
}
}
Was this page helpful?