Documentation
    Preparing search index...

    Interface NappletAggregateIndexEntry

    interface NappletAggregateIndexEntry {
        aggregateHash: string;
        blobHashes: string[];
        coordinateKey?: string;
        dTag: string;
        key: string;
        lastAccessed: number;
        pinned?: boolean;
        size: number;
    }
    Index

    Properties

    aggregateHash: string
    blobHashes: string[]
    coordinateKey?: string
    dTag: string
    key: string
    lastAccessed: number
    pinned?: boolean
    size: number