Record

class Record

Represents a test record structure used for pipeline testing operations to validate data processing.

Types

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

Properties

Link copied to clipboard
val data: String?

The data content of the test record used for pipeline validation.

Link copied to clipboard

The type of the test record, indicating the format or category of the data.

Functions

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