Class ShareFileInfo
java.lang.Object
com.azure.storage.file.share.models.ShareFileInfo
Contains information about a File in the storage File service.
-
Constructor Summary
ConstructorsConstructorDescriptionShareFileInfo
(String eTag, OffsetDateTime lastModified, Boolean isServerEncrypted, 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.
-
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 file.
-