您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问 https://docs.azure.cn.
MySqlSource interface
A copy activity source for MySQL databases.
In this article
Properties
Specifies the additional columns to be added to source data. Type: array of objects (or
Expression with resultType array of objects).
The maximum concurrent connection count for the source data store. Type: integer (or
Expression with resultType integer).
Database query. Type: string (or Expression with resultType string).
Query timeout. Type: string (or Expression with resultType string), pattern:
((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Source retry count. Type: integer (or Expression with resultType integer).
Source retry wait. Type: string (or Expression with resultType string), pattern:
((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Polymorphic Discriminator
Property Details
additionalColumns
Specifies the additional columns to be added to source data. Type: array of objects (or
Expression with resultType array of objects).
additionalColumns?: AdditionalColumns[]
Property Value
maxConcurrentConnections
The maximum concurrent connection count for the source data store. Type: integer (or
Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
query
Database query. Type: string (or Expression with resultType string).
query?: any
Property Value
any
queryTimeout
Query timeout. Type: string (or Expression with resultType string), pattern:
((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
queryTimeout?: any
Property Value
any
sourceRetryCount
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryCount?: any
Property Value
any
sourceRetryWait
Source retry wait. Type: string (or Expression with resultType string), pattern:
((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryWait?: any
Property Value
any
type
Polymorphic Discriminator
type: "MySqlSource"
Property Value
"MySqlSource"