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
Modifier and TypeMethodDescriptiongetETag()
Gets the entity tag that corresponds to the file.Gets the last time the file was modified.Gets the file's NFS properties.Gets the SMB Properties of the file.The value of this header is true if the file metadata is completely encrypted using the specified algorithm.
-
Constructor Details
-
Method Details
-
getETag
Gets the entity tag that corresponds to the file.- Returns:
- The entity tag that corresponds to the file.
-
getLastModified
Gets the last time the file was modified.- Returns:
- The last time the file was modified.
-
isServerEncrypted
The value of this header is true if the file metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.- Returns:
- The value of this header is true if the file metadata is completely encrypted using the specified algorithm. Otherwise, the value is false.
-
getSmbProperties
Gets the SMB Properties of the file.- Returns:
- The SMB Properties of the file.
-
getPosixProperties
Gets the file's NFS properties. Only applicable to files in a NFS share.- Returns:
- The NFS Properties of the file.
-