| 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<BlockBlobsCommitBlockListResponse> |
GeneratedBlockBlobs.commitBlockListWithRestResponseAsync(BlockLookupList blocks,
Integer timeout,
String blobCacheControl,
String blobContentType,
String blobContentEncoding,
String blobContentLanguage,
byte[] blobContentMD5,
Map<String,String> metadata,
String leaseId,
String blobContentDisposition,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
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<BlockBlobsCommitBlockListResponse> |
BlockBlobURL.commitBlockList(List<String> base64BlockIDs,
BlobHTTPHeaders headers,
Metadata metadata,
BlobAccessConditions accessConditions)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
Copyright © 2018. All rights reserved.