Share via


BlobDownloadOptionalParams interface

Optional parameters.

Extends

Properties

cpkInfo

Parameter group

leaseAccessConditions

Parameter group

modifiedAccessConditions

Parameter group

range

Return only the bytes of the blob in the specified range.

rangeGetContentCRC64

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

rangeGetContentMD5

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

requestId

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.

snapshot

The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see Creating a Snapshot of a Blob.

timeoutInSeconds

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations.

versionId

The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer.

Inherited Properties

abortSignal

The signal which can be used to abort requests.

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

requestOptions

Options used when creating and sending HTTP requests for this operation.

serializerOptions

Options to override serialization/de-serialization behavior.

tracingOptions

Options used when tracing is enabled.

Property Details

cpkInfo

Parameter group

TypeScript
cpkInfo?: CpkInfo

Property Value

leaseAccessConditions

Parameter group

TypeScript
leaseAccessConditions?: LeaseAccessConditions

Property Value

modifiedAccessConditions

Parameter group

TypeScript
modifiedAccessConditions?: ModifiedAccessConditionsModel

Property Value

range

Return only the bytes of the blob in the specified range.

TypeScript
range?: string

Property Value

string

rangeGetContentCRC64

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

TypeScript
rangeGetContentCRC64?: boolean

Property Value

boolean

rangeGetContentMD5

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

TypeScript
rangeGetContentMD5?: boolean

Property Value

boolean

requestId

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.

TypeScript
requestId?: string

Property Value

string

snapshot

The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see Creating a Snapshot of a Blob.

TypeScript
snapshot?: string

Property Value

string

timeoutInSeconds

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations.

TypeScript
timeoutInSeconds?: number

Property Value

number

versionId

The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer.

TypeScript
versionId?: string

Property Value

string

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

TypeScript
abortSignal?: AbortSignalLike

Property Value

Inherited From coreClient.OperationOptions.abortSignal

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

TypeScript
onResponse?: RawResponseCallback

Property Value

Inherited From coreClient.OperationOptions.onResponse

requestOptions

Options used when creating and sending HTTP requests for this operation.

TypeScript
requestOptions?: OperationRequestOptions

Property Value

Inherited From coreClient.OperationOptions.requestOptions

serializerOptions

Options to override serialization/de-serialization behavior.

TypeScript
serializerOptions?: SerializerOptions

Property Value

Inherited From coreClient.OperationOptions.serializerOptions

tracingOptions

Options used when tracing is enabled.

TypeScript
tracingOptions?: OperationTracingOptions

Property Value

Inherited From coreClient.OperationOptions.tracingOptions