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
Modifier and TypeMethodDescriptiongetETag()Gets the entity tag that corresponds to the directory.Gets the last time the directory was modified.Gets the metadata associated with the directory.Gets the SMB properties of the directory.booleanGets the value of this header is true if the directory metadata is completely encrypted using the specified algorithm.
-
Constructor Details
-
Method Details
-
getMetadata
Gets the metadata associated with the directory.- Returns:
- A set of name-value pairs that contain metadata for the directory.
-
getETag
Gets the entity tag that corresponds to the directory.- Returns:
- Entity tag that corresponds to the directory.
-
getLastModified
Gets the last time the directory was modified.- Returns:
- Last time the directory was modified.
-
isServerEncrypted
public boolean isServerEncrypted()Gets 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.
-
getSmbProperties
Gets the SMB properties of the directory.- Returns:
- The SMB Properties of the directory.
-