v4

latestSwagger 2.02026-07-13475662.4 KB

Downloads the specified blob.

get/

Query parameters

snapshotstring

Specifies the snapshot of the blob.

versionidstring

Specifies the version ID of the blob.

timeoutinteger

The timeout parameter is expressed in seconds. For more information, see <a href="https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations\">Setting Timeouts for Blob Service Operations.</a>

Headers

x-ms-versionstring required

Specifies the version of the operation to use for this request.

x-ms-client-request-idstring uuid

An opaque, globally-unique, client-generated string identifier for the request.

Rangestring

Specifies the range of the blob to operate on.

x-ms-lease-idstring

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

x-ms-range-get-content-md5boolean

When set to true and specified together with the Range header, the service returns the MD5 hash for the range, as long as the range is less than or equal to 4 MiB in size.

x-ms-range-get-content-crc64boolean

When set to true and the request includes a Range header, the service returns the CRC64 hash for the range, as long as the range is less than or equal to 4 MiB in size.

x-ms-structured-bodystring

Specifies the response content should be returned as a structured message and specifies the message schema version and properties.

x-ms-encryption-keystring

Specifies the encryption key to use to encrypt the data provided in the request.

x-ms-encryption-key-sha256string

The SHA-256 hash of the provided encryption key. Must be provided if the encryption key is provided.

x-ms-encryption-algorithm'AES256'

The algorithm used to produce the encryption key hash. Must be provided if the encryption key is provided.

x-ms-if-tagsstring

Specifies a SQL-like where clause on blob tags to operate only on a blob with matching tags.

If-Modified-Sincestring date-time-rfc7231

Specify this value to operate only on a blob if it has been modified since the specified date-time.

If-Unmodified-Sincestring date-time-rfc7231

Specify this value to operate only on a blob if it has not been modified since the specified date-time.

If-None-Matchstring

Specify this value to operate only on a blob with a non-matching Etag value.

If-Matchstring

Specify this value to operate only on a blob with a matching Etag value.

Response

The request has succeeded.

All 4 operations