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
Modifier and TypeMethodDescriptiongetETag()Gets the entity tag that corresponds to the directory.booleanThe value of this header is true if the directory metadata is completely encrypted using the specified algorithm.
-
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
Gets the entity tag that corresponds to the directory.- Returns:
- The entity tag that corresponds to the directory.
-
isServerEncrypted
public boolean isServerEncrypted()The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.- Returns:
- The value of this header is true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.
-