Uses of Class
com.azure.storage.file.share.models.ShareFileMetadataInfo
Packages that use ShareFileMetadataInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareFileMetadataInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareFileMetadataInfoModifier and TypeMethodDescriptionShareFileClient.setMetadata
(Map<String, String> metadata) Sets the user-defined metadata to associate to the file.Methods in com.azure.storage.file.share that return types with arguments of type ShareFileMetadataInfoModifier and TypeMethodDescriptionShareFileAsyncClient.setMetadata
(Map<String, String> metadata) Sets the user-defined metadata to associate to the file.Mono
<com.azure.core.http.rest.Response<ShareFileMetadataInfo>> ShareFileAsyncClient.setMetadataWithResponse
(Map<String, String> metadata) Sets the user-defined metadata to associate to the file.Mono
<com.azure.core.http.rest.Response<ShareFileMetadataInfo>> ShareFileAsyncClient.setMetadataWithResponse
(Map<String, String> metadata, ShareRequestConditions requestConditions) Sets the user-defined metadata to associate to the file.com.azure.core.http.rest.Response
<ShareFileMetadataInfo> ShareFileClient.setMetadataWithResponse
(Map<String, String> metadata, ShareRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Sets the user-defined metadata to associate to the file.com.azure.core.http.rest.Response
<ShareFileMetadataInfo> ShareFileClient.setMetadataWithResponse
(Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Sets the user-defined metadata to associate to the file.