CopyPollerBlobClient type

Defines the operations from a <xref:BlobClient> that are needed for the poller returned by <xref:BlobClient.beginCopyFromURL> to work.

type CopyPollerBlobClient = Pick<BlobClient> & { startCopyFromURL(copySource: string, options?: BlobStartCopyFromURLOptions) => Promise<BlobBeginCopyFromURLResponse> }