Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobStartCopyFromURLResponse> |
GeneratedBlobs.startCopyFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobStartCopyFromURLResponse> |
BlobURL.startCopyFromURL(URL sourceURL)
Copies the data at the source URL to a blob.
|
io.reactivex.Single<BlobStartCopyFromURLResponse> |
BlobURL.startCopyFromURL(URL sourceURL,
Metadata metadata,
ModifiedAccessConditions sourceModifiedAccessConditions,
BlobAccessConditions destAccessConditions,
com.microsoft.rest.v2.Context context)
Copies the data at the source URL to a blob.
|
This documentation was released into the public domain.