| Package | Description |
|---|---|
| com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlobGetTagsOptions |
BlobGetTagsOptions.setRequestConditions(BlobRequestConditions requestConditions) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<Map<String,String>>> |
BlobAsyncClientBase.getTagsWithResponse(BlobGetTagsOptions options)
Returns the blob's tags.
|
com.azure.core.http.rest.Response<Map<String,String>> |
BlobClientBase.getTagsWithResponse(BlobGetTagsOptions options,
Duration timeout,
com.azure.core.util.Context context)
Returns the blob's tags.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.