| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<ShareInfo>> |
ShareAsyncClient.setMetadataWithResponse(ShareSetMetadataOptions options)
Sets the user-defined metadata to associate to the share.
|
com.azure.core.http.rest.Response<ShareInfo> |
ShareClient.setMetadataWithResponse(ShareSetMetadataOptions options,
Duration timeout,
com.azure.core.util.Context context)
Sets the user-defined metadata to associate to the share.
|
| Modifier and Type | Method and Description |
|---|---|
ShareSetMetadataOptions |
ShareSetMetadataOptions.setMetadata(Map<String,String> metadata) |
ShareSetMetadataOptions |
ShareSetMetadataOptions.setRequestConditions(ShareRequestConditions requestConditions) |
Copyright © 2021 Microsoft Corporation. All rights reserved.