ConnectorMappingStructure interface
連接器對應屬性結構。
屬性
column |
匯入檔案的資料行名稱。 |
custom |
輸入剖析的自訂格式規範。 |
is |
指出資料行是否已加密。 |
property |
對應實體的屬性名稱。 |
屬性詳細資料
columnName
匯入檔案的資料行名稱。
columnName: string
屬性值
string
customFormatSpecifier
輸入剖析的自訂格式規範。
customFormatSpecifier?: string
屬性值
string
isEncrypted
指出資料行是否已加密。
isEncrypted?: boolean
屬性值
boolean
propertyName
對應實體的屬性名稱。
propertyName: string
屬性值
string