Class ShareSetMetadataOptions
java.lang.Object
com.azure.storage.file.share.options.ShareSetMetadataOptions
Extended options that may be passed when setting metadata on a share.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetMetadata
(Map<String, String> metadata) setRequestConditions
(ShareRequestConditions requestConditions)
-
Constructor Details
-
ShareSetMetadataOptions
public ShareSetMetadataOptions()
-
-
Method Details
-
getMetadata
- Returns:
- Metadata to set on the share, if null is passed the metadata for the share is cleared.
-
setMetadata
- Parameters:
metadata
- Metadata to set on the share, if null is passed the metadata for the share is cleared.- Returns:
- The updated options.
-
getRequestConditions
- Returns:
ShareRequestConditions
.
-