Class ShareDirectorySetMetadataInfo


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

      • ShareDirectorySetMetadataInfo

        public ShareDirectorySetMetadataInfo​(String eTag,
                                             boolean isServerEncrypted)
        Creates an instance of information about a specific Directory.
        Parameters:
        eTag - Entity tag that corresponds to the share
        isServerEncrypted - The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.
    • Method Detail

      • getETag

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

        public boolean isServerEncrypted()
        Returns:
        The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.