Method | Description | |
---|---|---|
AbortCopy ( string copyID ) : void | ||
MonitorBlobCopy ( string destinationUrl ) : void | ||
StartCopy ( |
||
StartCopyList ( IEnumerable |
Start copying all the blobs using BlobCopy API. Will break it into batches.
|
Method | Description | |
---|---|---|
AzureBlobCopyHandler ( ) : System | ||
GeneratedAccessibleUrl ( |
Makes a usable URL for a blob. This will need to handle security on the source blob. Each cloud provider is different. Cloud providers developed: Azure S3xx Cloud providers soon: Dropbox Onedrive
|
public static AbortCopy ( string copyID ) : void | ||
copyID | string | |
return | void |
public static MonitorBlobCopy ( string destinationUrl ) : void | ||
destinationUrl | string | |
return | void |
public static StartCopy ( |
||
origBlob | ||
DestinationUrl | string | |
destBlobType | DestinationBlobType | |
return |
public static StartCopyList ( IEnumerable |
||
origBlobList | IEnumerable |
|
destinationUrl | string | |
destBlobType | DestinationBlobType | |
return | void |