Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<PageBlobUploadPagesFromURLResponse> |
PageBlobURL.uploadPagesFromURL(PageRange range,
URL sourceURL,
Long sourceOffset)
Writes 1 or more pages from the source page blob to this page blob.
|
io.reactivex.Single<PageBlobUploadPagesFromURLResponse> |
PageBlobURL.uploadPagesFromURL(PageRange range,
URL sourceURL,
Long sourceOffset,
byte[] sourceContentMD5,
PageBlobAccessConditions destAccessConditions,
SourceModifiedAccessConditions sourceAccessConditions,
com.microsoft.rest.v2.Context context)
Writes 1 or more pages from the source page blob to this page blob.
|
io.reactivex.Single<PageBlobUploadPagesFromURLResponse> |
GeneratedPageBlobs.uploadPagesFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
String sourceRange,
long contentLength,
String range,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
SequenceNumberAccessConditions sequenceNumberAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Upload Pages operation writes a range of pages to a page blob where the contents are read from a URL.
|
This documentation was released into the public domain.