The instance of BlobClient that was used when calling BlobClient.beginCopyFromURL.
The copyId that identifies the in-progress blob copy.
the progress of the blob copy as reported by the service.
The source URL provided in BlobClient.beginCopyFromURL.
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
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.