PipelineOutput

Contains the output from pipeline test operations, including processed records and any errors encountered.

Types

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

Properties

Link copied to clipboard

Any error that occurred during the pipeline test operation for this record.

Link copied to clipboard

The processed record output from the pipeline test operation.

Functions

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