Auth0 Node.js SDK - v5.3.1
    Preparing search index...

    Interface GetJobSummary

    Job execution summary.

    interface GetJobSummary {
        failed?: number;
        updated?: number;
        inserted?: number;
        total?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    failed?: number

    Number of failed operations.

    updated?: number

    Number of updated records.

    inserted?: number

    Number of inserted records.

    total?: number

    Total number of operations.