Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockBlobSyncUploadFromURLOptions

Package version

Options to configure BlockBlobClient.syncUploadFromURL operation.

export
interface

BlockBlobSyncUploadFromURLOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

memberof

BlockBlobSyncUploadFromURLOptions

Optional blobHTTPHeaders

blobHTTPHeaders: BlobHTTPHeaders

HTTP headers to set when uploading to a block blob.

memberof

BlockBlobSyncUploadFromURLOptions

Optional conditions

Conditions to meet for the destination Azure Blob.

memberof

BlockBlobSyncUploadFromURLOptions

Optional copySourceBlobProperties

copySourceBlobProperties: undefined | false | true

Optional, default is true. Indicates if properties from the source blob should be copied.

memberof

BlockBlobSyncUploadFromURLOptions

Optional customerProvidedKey

customerProvidedKey: CpkInfo

Customer Provided Key Info.

memberof

BlockBlobSyncUploadFromURLOptions

Optional encryptionScope

encryptionScope: undefined | string

Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services.

memberof

BlockBlobSyncUploadFromURLOptions

Optional metadata

metadata: Metadata

Optional. Specifies a user-defined name-value pair associated with the blob. If no name-value pairs are specified, the operation will copy the metadata from the source blob or file to the destination blob. If one or more name-value pairs are specified, the destination blob is created with the specified metadata, and metadata is not copied from the source blob or file. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. See Naming and Referencing Containers, Blobs, and Metadata for more information.

memberof

BlockBlobSyncUploadFromURLOptions

Optional sourceConditions

sourceConditions: ModifiedAccessConditions

Optional. Conditions to meet for the source Azure Blob.

memberof

BlockBlobSyncUploadFromURLOptions

Optional sourceContentMD5

sourceContentMD5: Uint8Array

Specify the md5 calculated for the range of bytes that must be read from the copy source.

memberof

BlockBlobSyncUploadFromURLOptions

Optional tags

tags: Tags

Blob tags.

memberof

BlockBlobSyncUploadFromURLOptions

Optional tier

tier: BlockBlobTier | string
memberof

BlockBlobSyncUploadFromURLOptions

Optional timeoutInSeconds

timeoutInSeconds: undefined | number
memberof

BlockBlobSyncUploadFromURLOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc