| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobCommitBlockListResponse> |
GeneratedBlockBlobs.commitBlockListWithRestResponseAsync(com.microsoft.rest.v2.Context context,
BlockLookupList blocks,
Integer timeout,
Map<String,String> metadata,
String requestId,
BlobHTTPHeaders blobHTTPHeaders,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlockBlobCommitBlockListResponse> |
BlockBlobURL.commitBlockList(List<String> base64BlockIDs)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
io.reactivex.Single<BlockBlobCommitBlockListResponse> |
BlockBlobURL.commitBlockList(List<String> base64BlockIDs,
BlobHTTPHeaders headers,
Metadata metadata,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
static io.reactivex.Single<BlockBlobCommitBlockListResponse> |
TransferManager.uploadFromNonReplayableFlowable(io.reactivex.Flowable<ByteBuffer> source,
BlockBlobURL blockBlobURL,
int blockSize,
int numBuffers,
TransferManagerUploadToBlockBlobOptions options)
Uploads the contents of an arbitrary
Flowable to a block blob. |
This documentation was released into the public domain.