| 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<BlockBlobsStageBlockResponse> |
GeneratedBlockBlobs.stageBlockWithRestResponseAsync(String blockId,
long contentLength,
io.reactivex.Flowable<ByteBuffer> body,
Integer timeout,
String leaseId,
String requestId)
The Stage Block operation creates a new block to be committed as part of a blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobsStageBlockResponse> |
BlockBlobURL.stageBlock(String base64BlockID,
io.reactivex.Flowable<ByteBuffer> data,
long length,
LeaseAccessConditions leaseAccessConditions)
Uploads the specified block to the block blob's "staging area" to be later committed by a call to
commitBlockList.
|
Copyright © 2018. All rights reserved.