File Statistics
| Property | Type | Description |
|---|---|---|
| dev | number | The numeric identifier of the device containing the file. |
| ino | number | The file system specific "Inode" number for the file. |
| mode | number | A bit-field describing the file type and mode. |
| nlink | number | The number of hard-links that exist for the file. |
| uid | number | The numeric user identifier of the user that owns the file (POSIX). |
| gid | number | The numeric group identifier of the group that owns the file (POSIX). |
| rdev | number | A numeric device identifier if the file represents a device. |
| size | number | The size of the file in bytes. |
| blksize | number | The file system block size for i/o operations. |
| blocks | number | The number of blocks allocated for this file. |
| atimeMs | number | The timestamp indicating the last time this file was accessed expressed in milliseconds since the POSIX Epoch. |
| mtimeMs | number | The timestamp indicating the last time this file was modified expressed in milliseconds since the POSIX Epoch. |
| ctimeMs | number | The timestamp indicating the last time the file status was changed expressed in milliseconds since the POSIX Epoch. |
| birthtimeMs | number | The timestamp indicating the creation time of this file expressed in milliseconds since the POSIX Epoch. |
| atime | string | The timestamp indicating the last time this file was accessed. |
| mtime | string | The timestamp indicating the last time this file was modified. |
| ctime | string | The timestamp indicating the last time the file status was changed. |
| birthtime | string | The timestamp indicating the creation time of this file. |