DestinationCatalog

data class DestinationCatalog(val streams: List<DestinationStream> = emptyList())

Internal representation of destination streams. This is intended to be a case class specialized for usability.

Constructors

Link copied to clipboard
constructor(streams: List<DestinationStream> = emptyList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun asProtocolObject(): ConfiguredAirbyteCatalog
Link copied to clipboard
Link copied to clipboard
fun size(): Int