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

    Interface FilesystemDirEntry

    interface FilesystemDirEntry {
        acl: boolean | null;
        allocation_size: number;
        attributes: (
            | "VERIFY"
            | "COMPRESSED"
            | "APPEND"
            | "NODUMP"
            | "ENCRYPTED"
            | "IMMUTABLE"
            | "AUTOMOUNT"
            | "MOUNT_ROOT"
            | "DAX"
        )[];
        gid: number;
        is_ctldir: boolean
        | null;
        is_mountpoint: boolean;
        mode: number;
        mount_id: number;
        name: string;
        path: string;
        realpath: string | null;
        size: number;
        type: v25_10_0.FilesystemDirEntryType;
        uid: number;
        xattrs: string[] | null;
        zfs_attrs:
            | (
                | "HIDDEN"
                | "SYSTEM"
                | "NODUMP"
                | "IMMUTABLE"
                | "READONLY"
                | "ARCHIVE"
                | "NOUNLINK"
                | "APPENDONLY"
                | "OPAQUE"
                | "AV_QUARANTINED"
                | "AV_MODIFIED"
                | "REPARSE"
                | "OFFLINE"
                | "SPARSE"
            )[]
            | null;
    }
    Index
    acl: boolean | null
    allocation_size: number
    attributes: (
        | "VERIFY"
        | "COMPRESSED"
        | "APPEND"
        | "NODUMP"
        | "ENCRYPTED"
        | "IMMUTABLE"
        | "AUTOMOUNT"
        | "MOUNT_ROOT"
        | "DAX"
    )[]
    gid: number
    is_ctldir: boolean | null
    is_mountpoint: boolean
    mode: number
    mount_id: number
    name: string
    path: string
    realpath: string | null
    size: number
    uid: number
    xattrs: string[] | null
    zfs_attrs:
        | (
            | "HIDDEN"
            | "SYSTEM"
            | "NODUMP"
            | "IMMUTABLE"
            | "READONLY"
            | "ARCHIVE"
            | "NOUNLINK"
            | "APPENDONLY"
            | "OPAQUE"
            | "AV_QUARANTINED"
            | "AV_MODIFIED"
            | "REPARSE"
            | "OFFLINE"
            | "SPARSE"
        )[]
        | null