bbas-devicer - v0.2.1
    Preparing search index...

    Interface BbasSnapshot

    A persisted BBAS snapshot saved after each analyze() call.

    interface BbasSnapshot {
        deviceId: string;
        enrichment: BbasEnrichment;
        id: string;
        timestamp: Date;
    }
    Index

    Properties

    deviceId: string

    Device identifier from fp-devicer.

    enrichment: BbasEnrichment

    The enrichment payload for this snapshot.

    id: string

    UUID snapshot identifier.

    timestamp: Date

    UTC timestamp of when the snapshot was saved.