MapperTableResponse

data class MapperTableResponse(val dslConnectorProperties: List<MapperDslConnectorPropertiesResponse>? = null, val name: String? = null, val schema: List<MapperTableSchemaResponse>? = null)

CDC table details.

Constructors

Link copied to clipboard
constructor(dslConnectorProperties: List<MapperDslConnectorPropertiesResponse>? = null, name: String? = null, schema: List<MapperTableSchemaResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of name/value pairs for connection properties.

Link copied to clipboard
val name: String? = null

Name of the table.

Link copied to clipboard

List of columns for the source table.