Represents metadata about a file.
More...
|
| | FileStatus (DateTime modificationTime, long lengthBytes) |
| | Creates filestatus object. More...
|
| |
Represents metadata about a file.
| Org.Apache.REEF.IO.FileSystem.FileStatus.FileStatus |
( |
DateTime |
modificationTime, |
|
|
long |
lengthBytes |
|
) |
| |
|
inline |
Creates filestatus object.
- Parameters
-
| modificationTime | Last modification time of the file |
| lengthBytes | Size of the file in bytes |
| long Org.Apache.REEF.IO.FileSystem.FileStatus.LengthBytes |
|
get |
Size of the file in bytes.
| DateTime Org.Apache.REEF.IO.FileSystem.FileStatus.ModificationTime |
|
get |
Last modification time of the file
The documentation for this class was generated from the following file: