Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobCopyFromURLResponse> |
GeneratedBlobs.copyFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL copySource,
Integer timeout,
Map<String,String> metadata,
String requestId,
SourceModifiedAccessConditions sourceModifiedAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
LeaseAccessConditions leaseAccessConditions)
The Copy From URL operation copies a blob or an internet resource to a new blob.
|
io.reactivex.Single<BlobCopyFromURLResponse> |
BlobURL.syncCopyFromURL(URL copySource)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
io.reactivex.Single<BlobCopyFromURLResponse> |
BlobURL.syncCopyFromURL(URL copySource,
Metadata metadata,
ModifiedAccessConditions sourceModifiedAccessConditions,
BlobAccessConditions destAccessConditions,
com.microsoft.rest.v2.Context context)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.