| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsAbortCopyFromURLResponse> |
GeneratedBlobs.abortCopyFromURLWithRestResponseAsync(String copyId,
Integer timeout,
String leaseId,
String requestId)
The Abort Copy From URL operation aborts a pending Copy From URL operation, and leaves a destination blob with zero length and full metadata.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsAbortCopyFromURLResponse> |
BlobURL.abortCopyFromURL(String copyId,
LeaseAccessConditions leaseAccessConditions)
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
|
Copyright © 2018. All rights reserved.