This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IO.FileSystem.FileStatus Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.IO.FileSystem.FileStatus Class Reference

Represents metadata about a file. More...

Public Member Functions

 FileStatus (DateTime modificationTime, long lengthBytes)
 Creates filestatus object. More...
 

Properties

DateTime ModificationTime [get]
 Last modification time of the file More...
 
long LengthBytes [get]
 Size of the file in bytes. More...
 

Detailed Description

Represents metadata about a file.

Constructor & Destructor Documentation

Org.Apache.REEF.IO.FileSystem.FileStatus.FileStatus ( DateTime  modificationTime,
long  lengthBytes 
)
inline

Creates filestatus object.

Parameters
modificationTimeLast modification time of the file
lengthBytesSize of the file in bytes

Property Documentation

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: