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