Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobBeginCopyFromUrlPollState

Package version

The state used by the poller returned from BlobClient.beginCopyFromURL.

This state is passed into the user-specified onProgress callback whenever copy progress is detected.

Hierarchy

Index

Properties

blobClient

The instance of BlobClient that was used when calling BlobClient.beginCopyFromURL.

Optional copyId

copyId: undefined | string

The copyId that identifies the in-progress blob copy.

Optional copyProgress

copyProgress: undefined | string

the progress of the blob copy as reported by the service.

copySource

copySource: string

The source URL provided in BlobClient.beginCopyFromURL.

Optional error

error: Error

Optional isCancelled

isCancelled: undefined | false | true

Optional isCompleted

isCompleted: undefined | false | true

Optional isStarted

isStarted: undefined | false | true

Optional result

result: TResult

Optional startCopyFromURLOptions

startCopyFromURLOptions: BlobStartCopyFromURLOptions

The options that were passed to the initial BlobClient.beginCopyFromURL call. This is exposed for the poller and should not be modified directly.

Generated using TypeDoc