Xml Source Response
data class XmlSourceResponse(val additionalColumns: Any? = null, val disableMetricsCollection: Any? = null, val formatSettings: XmlReadSettingsResponse? = null, val maxConcurrentConnections: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val storeSettings: Any? = null, val type: String)
A copy activity Xml source.
Constructors
Link copied to clipboard
fun XmlSourceResponse(additionalColumns: Any? = null, disableMetricsCollection: Any? = null, formatSettings: XmlReadSettingsResponse? = null, maxConcurrentConnections: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, storeSettings: Any? = null, type: String)