Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobsSetHTTPHeadersResponse> |
GeneratedBlobs.setHTTPHeadersWithRestResponseAsync(Integer timeout,
String blobCacheControl,
String blobContentType,
byte[] blobContentMD5,
String blobContentEncoding,
String blobContentLanguage,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String blobContentDisposition,
String requestId)
The Set HTTP Headers operation sets system properties on the blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobsSetHTTPHeadersResponse> |
BlobURL.setHTTPHeaders(BlobHTTPHeaders headers,
BlobAccessConditions accessConditions)
Changes a blob's HTTP header properties.
|
Copyright © 2018. All rights reserved.