| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBlockBlobs.commitBlockList(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.
|
io.reactivex.Completable |
GeneratedBlockBlobs.commitBlockListAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedBlockBlobs.commitBlockListAsync(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,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
|
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 |
|---|---|
BlockLookupList |
BlockLookupList.withCommitted(List<String> committed)
Set the committed value.
|
BlockLookupList |
BlockLookupList.withLatest(List<String> latest)
Set the latest value.
|
BlockLookupList |
BlockLookupList.withUncommitted(List<String> uncommitted)
Set the uncommitted value.
|
Copyright © 2018. All rights reserved.