ResultsSummary

The summary of results for an upload job, including the number of updated, created, and failed records.

Types

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

Properties

Link copied to clipboard

The number of records that were newly created during the upload job.

Link copied to clipboard

The number of records that failed to be processed during the upload job.

Link copied to clipboard

The number of records that were updated during the upload job.

Functions

Link copied to clipboard
inline fun copy(block: ResultsSummary.Builder.() -> Unit = {}): ResultsSummary
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