AvroSource interface
複製活動 Avro 來源。
- Extends
屬性
| additional |
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 |
| store |
Avro 存放區設定。 |
| type | 複製來源類型。 |
繼承的屬性
| additional |
其他屬性 |
| disable |
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
| max |
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 |
| source |
來源重試計數。 類型:integer (或 expression with resultType integer) 。 |
| source |
來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
屬性詳細資料
additionalColumns
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。
additionalColumns?: any
屬性值
any
storeSettings
type
複製來源類型。
type: "AvroSource"
屬性值
"AvroSource"
繼承的屬性詳細資料
additionalProperties
其他屬性
additionalProperties?: Record<string, any>
屬性值
Record<string, any>
disableMetricsCollection
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
disableMetricsCollection?: any
屬性值
any
maxConcurrentConnections
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。
maxConcurrentConnections?: any
屬性值
any
sourceRetryCount
來源重試計數。 類型:integer (或 expression with resultType integer) 。
sourceRetryCount?: any
屬性值
any
sourceRetryWait
來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sourceRetryWait?: any
屬性值
any