DestinationOperation

data class DestinationOperation(val objectName: String, val syncMode: ImportType, val schema: AirbyteType, val matchingKeys: List<List<String>>)

Internal Representation of the DestinationOperation from the protocol that is used in the context of a Destination Discover command.

Constructors

Link copied to clipboard
constructor(objectName: String, syncMode: ImportType, schema: AirbyteType, matchingKeys: List<List<String>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard