InternalOptional ReadonlyatimeTime of last access, since epoch
Optional ReadonlyattributesExtended attributes
Optional ReadonlybirthtimeTime of file creation, since epoch
Optional ReadonlyctimeTime of last time file status was changed, since epoch
Optional ReadonlydataOptional ReadonlyflagsReadonlygidThe gid to create the file. This is ignored if the FS supports setgid and the setgid bit is set
Optional ReadonlyinoInode number
ReadonlymodeThe mode to create the file with.
Optional ReadonlymtimeTime of last modification, since epoch
Optional ReadonlynlinkNumber of hard links
Optional ReadonlysizeSize of the item in bytes. For directories/symlinks, this is normally the size of the struct that represents the item.
ReadonlyuidThe uid to create the file. This is ignored if the FS supports setuid and the setuid bit is set
Optional Readonlyversion
Options used when creating files and directories. This weird naming and such is to preserve backward compatibility.