Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    Metadata about a chunk of data loaded from storage. This is stored on the StorageSubsystem so when we are compacting we know what chunks we can safely delete.

    type ChunkInfo = {
        key: StorageKey;
        size: number;
        type: ChunkType;
    }
    Index

    Properties

    Properties

    size: number
    type: ChunkType