| handle | int | Unique ID of this stat(2) row | 
| verset | int | Version set this file belongs to | 
| nfstype | int | NFS's idea of type of file | 
| dirname | text | Directory name portion of pathname | 
| basename | text | Filename portion of pathname | 
| symlink | text | If symlink, pathname it points to | 
| inode | int | Inode number, totally unique | 
| fileoid | int | If file, ID number of file contents | 
| fileshared | int | Is file shared with other versets? | 
| nlink | int | Number of hard links to this file | 
| mode | int | Permissions, type of file | 
| uid | int | User ID | 
| gid | int | Group ID | 
| size | int | Size in bytes | 
| atime | int | Last time file contents accessed | 
| mtime | int | Last time file contents modified | 
| ctime | int | Last time stat(2) values changed |