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