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