| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobStageBlockHeaders |
BlockBlobStageBlockResponse.headers() |
BlockBlobStageBlockHeaders |
BlockBlobStageBlockHeaders.withContentMD5(byte[] contentMD5)
Set the contentMD5 value.
|
BlockBlobStageBlockHeaders |
BlockBlobStageBlockHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlockBlobStageBlockHeaders |
BlockBlobStageBlockHeaders.withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlockBlobStageBlockHeaders |
BlockBlobStageBlockHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlockBlobStageBlockHeaders |
BlockBlobStageBlockHeaders.withVersion(String version)
Set the version value.
|
| Constructor and Description |
|---|
BlockBlobStageBlockResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlockBlobStageBlockHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlockBlobStageBlockResponse.
|
This documentation was released into the public domain.