Record
descriptor-stat
File attributes.
record descriptor-stat {
type: descriptor-type,
link-count: link-count,
size: filesize,
data-access-timestamp: option<datetime>,
data-modification-timestamp: option<datetime>,
status-change-timestamp: option<datetime>,
}Fields
| Name | Type | Description |
|---|---|---|
| type | descriptor-type | File type. |
| link-count | link-count | Number of hard links to the file. |
| size | filesize | For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link. |
| data-access-timestamp | option<datetime> | Last data access timestamp. |
| data-modification-timestamp | option<datetime> | Last data modification timestamp. |
| status-change-timestamp | option<datetime> | Last file status-change timestamp. |