Member Junction
    Preparing search index...

    Result of a snapshot capture operation.

    interface CaptureResult {
        Errors: CaptureError[];
        ItemsCaptured: number;
        LabelID: string;
        Success: boolean;
        SyntheticSnapshotsCreated: number;
    }
    Index

    Properties

    Errors: CaptureError[]

    Any errors encountered during capture

    ItemsCaptured: number

    Number of records captured

    LabelID: string

    The label that was created/populated

    Success: boolean

    Whether the capture succeeded

    SyntheticSnapshotsCreated: number

    Number of synthetic snapshots created (for records with no prior RecordChange)