IdMappingJobMetrics

An object that contains metrics about an ID mapping job, including counts of input records, processed records, and mapped records between source and target identifiers.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of records that were input for processing.

Link copied to clipboard

The total number of records that did not get processed.

Link copied to clipboard

The total number of records that were mapped.

Link copied to clipboard

The total number of mapped source records.

Link copied to clipboard

The total number of distinct mapped target records.

Link copied to clipboard

The total number of records that were processed.

Link copied to clipboard

The number of records remaining after loading and aggregating duplicate records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping - records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String