@truenas/api-client
GitHub
Preparing search index...
v25_10_0
FilesystemDirEntry
Interface FilesystemDirEntry
interface
FilesystemDirEntry
{
acl
:
boolean
;
allocation_size
:
number
;
attributes
:
(
|
"VERIFY"
|
"COMPRESSED"
|
"APPEND"
|
"NODUMP"
|
"ENCRYPTED"
|
"IMMUTABLE"
|
"AUTOMOUNT"
|
"MOUNT_ROOT"
|
"DAX"
)
[]
;
gid
:
number
;
is_ctldir
:
boolean
;
is_mountpoint
:
boolean
;
mode
:
number
;
mount_id
:
number
;
name
:
string
;
path
:
string
;
realpath
:
string
;
size
:
number
;
type
:
v25_10_0
.
FilesystemDirEntryType
;
uid
:
number
;
xattrs
:
string
[]
;
zfs_attrs
:
|
(
|
"HIDDEN"
|
"SYSTEM"
|
"NODUMP"
|
"IMMUTABLE"
|
"READONLY"
|
"ARCHIVE"
|
"NOUNLINK"
|
"APPENDONLY"
|
"OPAQUE"
|
"AV_QUARANTINED"
|
"AV_MODIFIED"
|
"REPARSE"
|
"OFFLINE"
|
"SPARSE"
)
[]
|
null
;
}
Index
Properties
acl
allocation_
size
attributes
gid
is_
ctldir
is_
mountpoint
mode
mount_
id
name
path
realpath
size
type
uid
xattrs
zfs_
attrs
Properties
acl
acl
:
boolean
allocation_
size
allocation_size
:
number
attributes
attributes
:
(
|
"VERIFY"
|
"COMPRESSED"
|
"APPEND"
|
"NODUMP"
|
"ENCRYPTED"
|
"IMMUTABLE"
|
"AUTOMOUNT"
|
"MOUNT_ROOT"
|
"DAX"
)
[]
gid
gid
:
number
is_
ctldir
is_ctldir
:
boolean
is_
mountpoint
is_mountpoint
:
boolean
mode
mode
:
number
mount_
id
mount_id
:
number
name
name
:
string
path
path
:
string
realpath
realpath
:
string
size
size
:
number
type
type
:
v25_10_0
.
FilesystemDirEntryType
uid
uid
:
number
xattrs
xattrs
:
string
[]
zfs_
attrs
zfs_attrs
:
|
(
|
"HIDDEN"
|
"SYSTEM"
|
"NODUMP"
|
"IMMUTABLE"
|
"READONLY"
|
"ARCHIVE"
|
"NOUNLINK"
|
"APPENDONLY"
|
"OPAQUE"
|
"AV_QUARANTINED"
|
"AV_MODIFIED"
|
"REPARSE"
|
"OFFLINE"
|
"SPARSE"
)
[]
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acl
allocation_
size
attributes
gid
is_
ctldir
is_
mountpoint
mode
mount_
id
name
path
realpath
size
type
uid
xattrs
zfs_
attrs
GitHub
@truenas/api-client
Loading...