Class ShareFileSymbolicLinkInfo
java.lang.Object
com.azure.storage.file.share.models.ShareFileSymbolicLinkInfo
Contains information about a symbolic link. Only applicable to NFS files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetETag()
Gets the entity tag that corresponds to the version of the symbolic link file.Gets the last time the symbolic link file was modified.Gets the absolute or relative path of the symbolic link file.
-
Constructor Details
-
ShareFileSymbolicLinkInfo
public ShareFileSymbolicLinkInfo()Default constructor
-
-
Method Details
-
getETag
Gets the entity tag that corresponds to the version of the symbolic link file.- Returns:
- The entity tag that corresponds to the version of the symbolic link file.
-
getLastModified
Gets the last time the symbolic link file was modified.- Returns:
- Gets the last time the symbolic link file was modified.
-
getLinkText
Gets the absolute or relative path of the symbolic link file.- Returns:
- Gets the absolute or relative path of the symbolic link file.
-