Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobSetMetadataResponse> |
BlobURL.setMetadata(Metadata metadata)
Changes a blob's metadata.
|
io.reactivex.Single<BlobSetMetadataResponse> |
BlobURL.setMetadata(Metadata metadata,
BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Changes a blob's metadata.
|
io.reactivex.Single<BlobSetMetadataResponse> |
GeneratedBlobs.setMetadataWithRestResponseAsync(com.microsoft.rest.v2.Context context,
Integer timeout,
Map<String,String> metadata,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.