Class ShareDirectoryProperties
java.lang.Object
com.azure.storage.file.share.models.ShareDirectoryProperties
Contains properties information about a Directory in the storage File service.
-
Constructor Summary
ConstructorsConstructorDescriptionShareDirectoryProperties
(Map<String, String> metadata, String eTag, OffsetDateTime lastModified, boolean isServerEncrypted, FileSmbProperties smbProperties) Creates an instance of properties information about a specific Directory. -
Method Summary
-
Constructor Details
-
Method Details
-
getMetadata
- Returns:
- A set of name-value pairs that contain metadata for the directory.
-
getETag
- Returns:
- Entity tag that corresponds to the directory.
-
getLastModified
- Returns:
- 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.
-
getSmbProperties
- Returns:
- The SMB Properties of the directory.
-