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