Class ShareDirectoryInfo
java.lang.Object
com.azure.storage.file.share.models.ShareDirectoryInfo
Contains information about a Directory in the storage File service.
-
Constructor Summary
ConstructorsConstructorDescriptionShareDirectoryInfo(String eTag, OffsetDateTime lastModified, FileSmbProperties smbProperties) Creates an instance of 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 SMB properties of the directory.
-
Constructor Details
-
Method Details
-
getETag
Gets the entity tag that corresponds to the directory.- Returns:
- The entity tag that corresponds to the directory.
-
getLastModified
Gets the last time the directory was modified.- Returns:
- The last time the share was modified.
-
getSmbProperties
Gets the SMB properties of the directory.- Returns:
- The SMB Properties of the directory.
-