| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
PageBlobsResizeHeaders |
PageBlobsResizeResponse.headers() |
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withDate(OffsetDateTime date)
Set the date value.
|
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withETag(String eTag)
Set the eTag value.
|
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withRequestId(String requestId)
Set the requestId value.
|
PageBlobsResizeHeaders |
PageBlobsResizeHeaders.withVersion(String version)
Set the version value.
|
| Constructor and Description |
|---|
PageBlobsResizeResponse(int statusCode,
PageBlobsResizeHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of PageBlobsResizeResponse.
|
Copyright © 2018. All rights reserved.