Class ShareDirectorySetMetadataInfo
java.lang.Object
com.azure.storage.file.share.models.ShareDirectorySetMetadataInfo
Contains metadata information about a Directory in the storage File service.
-
Constructor Summary
ConstructorsConstructorDescriptionShareDirectorySetMetadataInfo
(String eTag, boolean isServerEncrypted) Creates an instance of information about a specific Directory. -
Method Summary
-
Constructor Details
-
ShareDirectorySetMetadataInfo
Creates an instance of information about a specific Directory.- Parameters:
eTag
- Entity tag that corresponds to the shareisServerEncrypted
- 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 Details
-
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.
-