| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockResponse.headers() |
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockHeaders.withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockHeaders.withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlockBlobsStageBlockHeaders |
BlockBlobsStageBlockHeaders.withVersion(String version)
Set the version value.
|
| Constructor and Description |
|---|
BlockBlobsStageBlockResponse(int statusCode,
BlockBlobsStageBlockHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlockBlobsStageBlockResponse.
|
Copyright © 2018. All rights reserved.