AppendBlobRequestOptions interface

Common request options for azure storage services

Extends

azure-storage.export=.services.blob.blobservice.BlobService.ConditionalRequestOption,azure-storage.export=.services.blob.blobservice.BlobService.BlobRequestOptions

Properties

absorbConditionalErrorsOnRetry
appendPosition
maxBlobSize

Inherited Properties

accessConditions
clientRequestId

{string} A string that represents the client request ID with a 1KB character limit.

clientRequestTimeoutInMs

{int} The timeout of client requests, in milliseconds, to use for the request.

leaseId
locationMode

{LocationMode} Specifies the location mode used to decide which location the request should be sent to.

maximumExecutionTimeInMs

{int} The maximum execution time, in milliseconds, across all potential retries, to use when making this request.

snapshotId
timeoutIntervalInMs

{int} The server timeout interval, in milliseconds, to use for the request.

useNagleAlgorithm

{bool} Determines whether the Nagle algorithm is used; true to use the Nagle algorithm; otherwise, false.

Property Details

absorbConditionalErrorsOnRetry

absorbConditionalErrorsOnRetry?: boolean

Property Value

boolean

appendPosition

appendPosition?: number

Property Value

number

maxBlobSize

maxBlobSize?: number

Property Value

number

Inherited Property Details

accessConditions

accessConditions?: AccessConditions

Property Value

azure-storage.export=.AccessConditions

Inherited From BlobRequestOptions.accessConditions

clientRequestId

{string} A string that represents the client request ID with a 1KB character limit.

clientRequestId?: string

Property Value

string

Inherited From BlobRequestOptions.clientRequestId

clientRequestTimeoutInMs

{int} The timeout of client requests, in milliseconds, to use for the request.

clientRequestTimeoutInMs?: number

Property Value

number

Inherited From BlobRequestOptions.clientRequestTimeoutInMs

leaseId

leaseId?: string

Property Value

string

Inherited From BlobRequestOptions.leaseId

locationMode

{LocationMode} Specifies the location mode used to decide which location the request should be sent to.

locationMode?: LocationMode

Property Value

azure-storage.export=.common.util.storageutilities.LocationMode

Inherited From BlobRequestOptions.locationMode

maximumExecutionTimeInMs

{int} The maximum execution time, in milliseconds, across all potential retries, to use when making this request.

maximumExecutionTimeInMs?: number

Property Value

number

Inherited From BlobRequestOptions.maximumExecutionTimeInMs

snapshotId

snapshotId?: string

Property Value

string

Inherited From BlobRequestOptions.snapshotId

timeoutIntervalInMs

{int} The server timeout interval, in milliseconds, to use for the request.

timeoutIntervalInMs?: number

Property Value

number

Inherited From BlobRequestOptions.timeoutIntervalInMs

useNagleAlgorithm

{bool} Determines whether the Nagle algorithm is used; true to use the Nagle algorithm; otherwise, false.

useNagleAlgorithm?: boolean

Property Value

boolean

Inherited From BlobRequestOptions.useNagleAlgorithm