FlowCustomConnectorDestinationProperties

data class FlowCustomConnectorDestinationProperties(val customProperties: FlowCustomProperties? = null, val entityName: String, val errorHandlingConfig: FlowErrorHandlingConfig? = null, val idFieldNames: List<String>? = null, val writeOperationType: FlowWriteOperationType? = null)

Constructors

Link copied to clipboard
fun FlowCustomConnectorDestinationProperties(customProperties: FlowCustomProperties? = null, entityName: String, errorHandlingConfig: FlowErrorHandlingConfig? = null, idFieldNames: List<String>? = null, writeOperationType: FlowWriteOperationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val idFieldNames: List<String>? = null

List of fields used as ID when performing a write operation.

Link copied to clipboard