| 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<BlockBlobStageBlockFromURLResponse> |
GeneratedBlockBlobs.stageBlockFromURLWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String blockId,
long contentLength,
URL sourceUrl,
String sourceRange,
byte[] sourceContentMD5,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions)
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobStageBlockFromURLResponse> |
BlockBlobURL.stageBlockFromURL(String base64BlockID,
URL sourceURL,
BlobRange sourceRange,
byte[] sourceContentMD5,
LeaseAccessConditions leaseAccessConditions,
com.microsoft.rest.v2.Context context)
Creates a new block to be committed as part of a blob where the contents are read from a URL.
|
This documentation was released into the public domain.