Class ShareFileSymbolicLinkInfo

java.lang.Object
com.azure.storage.file.share.models.ShareFileSymbolicLinkInfo

public class ShareFileSymbolicLinkInfo extends Object
Contains information about a symbolic link. Only applicable to NFS files.
  • 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:
      The entity tag that corresponds to the version of the symbolic link file.
    • getLastModified

      public OffsetDateTime getLastModified()
      Gets the last time the symbolic link file was modified.
      Returns:
      Gets the last time the symbolic link file was modified.
    • getLinkText

      public String getLinkText()
      Gets the absolute or relative path of the symbolic link file.
      Returns:
      Gets the absolute or relative path of the symbolic link file.