Package | Description |
---|---|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setDestinationRequestConditions(BlobRequestConditions destinationRequestConditions) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setMetadata(Map<String,String> metadata) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setSourceRequestConditions(com.azure.core.http.RequestConditions sourceRequestConditions) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setTags(Map<String,String> tags) |
BlobCopyFromUrlOptions |
BlobCopyFromUrlOptions.setTier(AccessTier tier) |
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.rest.Response<String>> |
BlobAsyncClientBase.copyFromUrlWithResponse(BlobCopyFromUrlOptions options)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
com.azure.core.http.rest.Response<String> |
BlobClientBase.copyFromUrlWithResponse(BlobCopyFromUrlOptions options,
Duration timeout,
com.azure.core.util.Context context)
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.