Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
AppendBlobURL.appendBlockFromUrl(URL sourceURL,
BlobRange sourceRange)
Commits a new block of data from another blob to the end of this append blob.
|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
AppendBlobURL.appendBlockFromUrl(URL sourceURL,
BlobRange sourceRange,
byte[] sourceContentMD5,
AppendBlobAccessConditions destAccessConditions,
SourceModifiedAccessConditions sourceAccessConditions,
com.microsoft.rest.v2.Context context)
Commits a new block of data from another blob to the end of this append blob.
|
io.reactivex.Single<AppendBlobAppendBlockFromUrlResponse> |
GeneratedAppendBlobs.appendBlockFromUrlWithRestResponseAsync(com.microsoft.rest.v2.Context context,
URL sourceUrl,
long contentLength,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
AppendPositionAccessConditions appendPositionAccessConditions,
ModifiedAccessConditions modifiedAccessConditions,
SourceModifiedAccessConditions sourceModifiedAccessConditions)
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.