dd-trace
    Preparing search index...

    Interface DatasetPushResult

    interface DatasetPushResult {
        pushedCount: number;
        totalCount: number;
    }
    Index
    pushedCount: number

    Number of records from this push that were confirmed with a record id.

    totalCount: number

    Number of records attempted in this push.