Dela via


CopyPollerBlobClient type

Definierar åtgärderna från en BlobClient som behövs för att polleraren som returneras av beginCopyFromURL ska fungera.

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