IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

AbortCopy Method

Aborts a copy operation.

Object Oriented Interface

public function doAbortCopy($destblob, $copyid);

Procedural Interface

ipworkscloud_azureblob_do_abortcopy($res, $destblob, $copyid);

Remarks

This method aborts the copy operation identified by the given CopyId for the destination blob DestBlob in the container currently selected by Container.

Note that the destination blob will still exist after aborting a copy operation, but it will be empty.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]