Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockBlobCommitBlockListOptions

Package version

Options to configure BlockBlobClient.commitBlockList operation.

export
interface

BlockBlobCommitBlockListOptions

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.

type

{AbortSignalLike}

memberof

BlockBlobCommitBlockListOptions

Optional blobHTTPHeaders

blobHTTPHeaders: BlobHTTPHeaders

HTTP headers to set when committing block list.

type

{BlobHTTPHeaders}

memberof

BlockBlobCommitBlockListOptions

Optional conditions

Conditions to meet when committing the block list.

type

{BlobRequestConditions}

memberof

BlockBlobCommitBlockListOptions

Optional customerProvidedKey

customerProvidedKey: CpkInfo

Customer Provided Key Info.

type

{CpkInfo}

memberof

BlockBlobCommitBlockListOptions

Optional metadata

metadata: Metadata

A collection of key-value string pair to associate with the blob when committing block list.

type

{Metadata}

memberof

BlockBlobCommitBlockListOptions

Optional tier

tier: BlockBlobTier | string
type

{BlockBlobTier | string}

memberof

BlockBlobCommitBlockListOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc