Filesystem / EntryInfo
Interface: EntryInfo
Sandbox filesystem object information.
Extends
Properties
group
group:
string
Group owner of the filesystem object.
metadata?
optionalmetadata?:Record<string,string>
User-defined metadata stored on the file as user.agentbox.* extended attributes. On writes this reflects the metadata supplied on upload; on reads (getInfo, list, rename) it reflects any user.agentbox.* xattr on the file, including ones set out-of-band. undefined when none is set.
Inherited from
mode
mode:
number
File mode and permission bits.
modifiedTime?
optionalmodifiedTime?:Date
Last modification time of the filesystem object.
name
name:
string
Name of the filesystem object.
Inherited from
owner
owner:
string
Owner of the filesystem object.
path
path:
string
Path to the filesystem object.
Inherited from
permissions
permissions:
string
String representation of file permissions (e.g. 'rwxr-xr-x').
size
size:
number
Size of the filesystem object in bytes.
symlinkTarget?
optionalsymlinkTarget?:string
If the filesystem object is a symlink, this is the target of the symlink.
type?
optionaltype?:FileType
Type of the filesystem object.