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<BlobSetMetadataResponse> |
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<BlobSetMetadataResponse> |
BlobURL.setMetadata(Metadata metadata,
BlobAccessConditions accessConditions)
Changes a blob's metadata.
|
This documentation was released into the public domain.