TableLevelSharingProperties interface
將在追蹤程式資料庫中包含和排除的資料表
屬性
external |
要從追蹤程式資料庫排除的外部資料表清單 |
external |
要包含在追蹤程式資料庫中的外部資料表清單 |
functions |
要從追蹤程式資料庫排除的函式清單 |
functions |
要包含在追蹤程式資料庫中的函式清單 |
materialized |
要從追蹤程式資料庫排除的具體化檢視清單 |
materialized |
要包含在追蹤程式資料庫中的具體化檢視清單 |
tables |
要從追蹤程式資料庫排除的資料表清單 |
tables |
要包含在追蹤程式資料庫中的資料表清單 |
屬性詳細資料
externalTablesToExclude
要從追蹤程式資料庫排除的外部資料表清單
externalTablesToExclude?: string[]
屬性值
string[]
externalTablesToInclude
要包含在追蹤程式資料庫中的外部資料表清單
externalTablesToInclude?: string[]
屬性值
string[]
functionsToExclude
要從追蹤程式資料庫排除的函式清單
functionsToExclude?: string[]
屬性值
string[]
functionsToInclude
要包含在追蹤程式資料庫中的函式清單
functionsToInclude?: string[]
屬性值
string[]
materializedViewsToExclude
要從追蹤程式資料庫排除的具體化檢視清單
materializedViewsToExclude?: string[]
屬性值
string[]
materializedViewsToInclude
要包含在追蹤程式資料庫中的具體化檢視清單
materializedViewsToInclude?: string[]
屬性值
string[]
tablesToExclude
要從追蹤程式資料庫排除的資料表清單
tablesToExclude?: string[]
屬性值
string[]
tablesToInclude
要包含在追蹤程式資料庫中的資料表清單
tablesToInclude?: string[]
屬性值
string[]