Freigeben über


ShareFileSymbolicLinkInfo Class

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

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.

OffsetDateTime 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:

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.

Applies to