Member Junction
    Preparing search index...

    What one in-flight sample is doing right now.

    type DiscoveryWatchEntry = {
        DeadlineMs?: number;
        Object: string;
        Pages: number;
        Records: number;
        Stage: string;
        StartedMs: number;
    }
    Index

    Properties

    DeadlineMs?: number

    Epoch ms the sample must not outlive, when it has a deadline.

    Object: string

    The external object being sampled.

    Pages: number

    Pages pulled from the source so far.

    Records: number

    Records yielded to the inference so far.

    Stage: string

    Free-text phase, e.g. FetchChanges#3.

    StartedMs: number

    Epoch ms the sample started.