MapperAttributeMapping interface
來源和目標數據行對應詳細數據。
屬性
| attribute |
對應中使用的源數據行參考。 它僅用於 『Direct』 對應類型。 |
| attribute |
源數據行的參考清單。 它僅用於「衍生」和「匯總」類型對應。 |
| expression | 用於 『Aggregate』 和 'Derived' 類型對應的運算式。 |
| function |
用於 『Aggregate』 和 'Derived' 的函式名稱(除了 'Advanced') 類型對應。 |
| name | 目標數據行的名稱。 |
| type | CDC 屬性對應的類型。 注意:「進階」對應類型也會儲存為「衍生」。 |
屬性詳細資料
attributeReference
對應中使用的源數據行參考。 它僅用於 『Direct』 對應類型。
attributeReference?: MapperAttributeReference
屬性值
attributeReferences
源數據行的參考清單。 它僅用於「衍生」和「匯總」類型對應。
attributeReferences?: MapperAttributeReference[]
屬性值
expression
用於 『Aggregate』 和 'Derived' 類型對應的運算式。
expression?: string
屬性值
string
functionName
用於 『Aggregate』 和 'Derived' 的函式名稱(除了 'Advanced') 類型對應。
functionName?: string
屬性值
string
name
目標數據行的名稱。
name?: string
屬性值
string
type
CDC 屬性對應的類型。 注意:「進階」對應類型也會儲存為「衍生」。
type?: string
屬性值
string