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
-
Constructor Details
-
Method Details
-
getETag
- Returns:
- The entity tag that corresponds to the directory.
-
getLastModified
- Returns:
- The last time the share was modified.
-
getSmbProperties
- Returns:
- The SMB Properties of the directory.
-