Compartir a través de


CopyPollerBlobClient type

Define las operaciones de un BlobClient necesario para que el sondeo devuelto por beginCopyFromURL funcione.

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