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<BlobStartCopyFromURLResponse> |
GeneratedBlobs.startCopyFromURLWithRestResponseAsync(URL copySource,
Integer timeout,
Map<String,String> metadata,
OffsetDateTime sourceIfModifiedSince,
OffsetDateTime sourceIfUnmodifiedSince,
String sourceIfMatches,
String sourceIfNoneMatch,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String leaseId,
String requestId)
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,
Metadata metadata,
HTTPAccessConditions sourceHttpAccessConditions,
BlobAccessConditions destAccessConditions)
Copies the data at the source URL to a blob.
|
This documentation was released into the public domain.