@truenas/api-client
    Preparing search index...

    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
    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
    uid: number
    xattrs: string[]
    zfs_attrs:
        | (
            | "HIDDEN"
            | "SYSTEM"
            | "NODUMP"
            | "IMMUTABLE"
            | "READONLY"
            | "ARCHIVE"
            | "NOUNLINK"
            | "APPENDONLY"
            | "OPAQUE"
            | "AV_QUARANTINED"
            | "AV_MODIFIED"
            | "REPARSE"
            | "OFFLINE"
            | "SPARSE"
        )[]
        | null