agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
FilesystemEntry
Interface FilesystemEntry
A single entry in an exported root filesystem snapshot.
interface
FilesystemEntry
{
content
?:
string
;
encoding
?:
"utf8"
|
"base64"
;
gid
:
number
;
mode
:
string
;
path
:
string
;
target
?:
string
;
type
:
"file"
|
"directory"
|
"symlink"
;
uid
:
number
;
}
Index
Properties
content?
encoding?
gid
mode
path
target?
type
uid
Properties
Optional
content
content
?:
string
Optional
encoding
encoding
?:
"utf8"
|
"base64"
gid
gid
:
number
mode
mode
:
string
path
path
:
string
Optional
target
target
?:
string
type
type
:
"file"
|
"directory"
|
"symlink"
uid
uid
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
encoding
gid
mode
path
target
type
uid
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
A single entry in an exported root filesystem snapshot.