TableLevelSharingProperties interface
将在后继数据库中包括和排除的表
属性
| external |
从后继数据库排除的外部表列表 |
| external |
要包含在后继数据库中的外部表的列表 |
| materialized |
从关注者数据库中排除的具体化视图列表 |
| materialized |
要包含在关注者数据库中的具体化视图列表 |
| tables |
要从后继数据库中排除的表列表 |
| tables |
要包含在后继数据库中的表列表 |
属性详细信息
externalTablesToExclude
从后继数据库排除的外部表列表
externalTablesToExclude?: string[]
属性值
string[]
externalTablesToInclude
要包含在后继数据库中的外部表的列表
externalTablesToInclude?: string[]
属性值
string[]
materializedViewsToExclude
从关注者数据库中排除的具体化视图列表
materializedViewsToExclude?: string[]
属性值
string[]
materializedViewsToInclude
要包含在关注者数据库中的具体化视图列表
materializedViewsToInclude?: string[]
属性值
string[]
tablesToExclude
要从后继数据库中排除的表列表
tablesToExclude?: string[]
属性值
string[]
tablesToInclude
要包含在后继数据库中的表列表
tablesToInclude?: string[]
属性值
string[]