| absolutePath | String | Fully qualified path of file. | [optional] |
| length | Long | Size of file. |
| dir | Boolean | Indicates whether the file is a directory. |
| replication | BigDecimal | Configured block replication factor of file. |
| blockSize | Long | Configured block size of file in bytes. |
| modificationTime | OffsetDateTime | Last modification time of file in milliseconds since January 1, 1970 UTC. | [optional] |
| accessTime | OffsetDateTime | Last access time of file in milliseconds since January 1, 1970 UTC. | [optional] |
| permission | BigDecimal | Permission of the file where the digits in order represent: Sticky bit, User action, Group action, Other action. |
| owner | String | Owner of the file. | [optional] |
| group | String | Group of the file. | [optional] |