rmapi-js
    Preparing search index...

    Interface RawEntry

    the low-level entry corresponding to a collection of files

    A collection could be for the root collection, or for an individual document, which is often a collection of files. If an entry represents a collection of files, the high level entry will have the same hash and id as the low-level entry for that collection.

    interface RawEntry {
        hash: string;
        id: string;
        size: number;
        subfiles: number;
        type: 0 | 80000000;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    hash: string

    the hash of the referenced state

    id: string

    the id of the referenced data: a document uuid, or a stored file name

    size: number

    the total size of everything in the collection

    subfiles: number

    the number of subfiles

    type: 0 | 80000000

    80000000 for schema 3 collection type or 0 for schema 4 or schema 3 files or