| 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<BlobsSetMetadataResponse> |
GeneratedBlobs.setMetadataWithRestResponseAsync(Integer timeout,
Map<String,String> metadata,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsSetMetadataResponse> |
BlobURL.setMetadata(Metadata metadata,
BlobAccessConditions accessConditions)
Changes a blob's metadata.
|
Copyright © 2018. All rights reserved.