Package io.kestra.core.storages
Interface FileAttributes
- All Known Implementing Classes:
ImmutableFileAttributes
public interface FileAttributes
-
Method Details
-
getFileName
String getFileName() -
getLastModifiedTime
long getLastModifiedTime() -
getCreationTime
long getCreationTime() -
getType
FileAttributes.FileType getType() -
getSize
long getSize() -
isReadOnly
default boolean isReadOnly()
-