UpsertRowsResult

An object that represents the result of a single upsert row request.

Types

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

Properties

Link copied to clipboard

The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an update, this list could potentially contain multiple rows that matched the filter and hence got updated. If the upsert resulted in an append, this list would only have the single row that was appended.

Link copied to clipboard

The result of the upsert action.

Functions

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