js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSRecursiveEntry

    interface UnixFSRecursiveEntry {
        cid: CID;
        depth: number;
        name: string;
        path: string;
        size: bigint;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cid: CID

    The CID of the entry

    depth: number
    name: string

    The name the entry is stored under within the directory

    path: string

    The path of the entry within the containing directory structure

    size: bigint

    This is the reported size of the entry - it is taken from the Tsize of the PBLink and may not be the same as the actual file size