| 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<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,
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.
|
This documentation was released into the public domain.