Class ShareDirectorySetPropertiesOptions
java.lang.Object
com.azure.storage.file.share.options.ShareDirectorySetPropertiesOptions
Extended options that may be passed when setting properties of a directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theShareFilePermission.setFilePermissions(ShareFilePermission filePermissions) Sets theShareFilePermission.setSmbProperties(FileSmbProperties smbProperties)
-
Constructor Details
-
ShareDirectorySetPropertiesOptions
public ShareDirectorySetPropertiesOptions()
-
-
Method Details
-
getSmbProperties
- Returns:
- Optional SMB properties to set on the destination file or directory. The only properties that are considered are file attributes, file creation time, file last write time, and file permission key. The rest are ignored.
-
getFilePermissions
Gets theShareFilePermission.- Returns:
ShareFilePermission
-