js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSRecursiveEntry

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

    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