Class ShareDirectoryInfo


  • public final class ShareDirectoryInfo
    extends Object
    Contains information about a Directory in the storage File service.
    • Constructor Detail

      • ShareDirectoryInfo

        public ShareDirectoryInfo​(String eTag,
                                  OffsetDateTime lastModified,
                                  FileSmbProperties smbProperties)
        Creates an instance of information about a specific Directory.
        Parameters:
        eTag - Entity tag that corresponds to the directory.
        lastModified - Last time the directory was modified.
        smbProperties - The SMB properties of the directory.
    • Method Detail

      • getETag

        public String getETag()
        Returns:
        The entity tag that corresponds to the directory.
      • getLastModified

        public OffsetDateTime getLastModified()
        Returns:
        The last time the share was modified.
      • getSmbProperties

        public FileSmbProperties getSmbProperties()
        Returns:
        The SMB Properties of the directory.