TableLevelSharingProperties interface
Tables that will be included and excluded in the follower database
Properties
external |
List of external tables to exclude from the follower database |
external |
List of external tables to include in the follower database |
functions |
List of functions to exclude from the follower database |
functions |
List of functions to include in the follower database |
materialized |
List of materialized views to exclude from the follower database |
materialized |
List of materialized views to include in the follower database |
tables |
List of tables to exclude from the follower database |
tables |
List of tables to include in the follower database |
Property Details
externalTablesToExclude
List of external tables to exclude from the follower database
externalTablesToExclude?: string[]
Property Value
string[]
externalTablesToInclude
List of external tables to include in the follower database
externalTablesToInclude?: string[]
Property Value
string[]
functionsToExclude
List of functions to exclude from the follower database
functionsToExclude?: string[]
Property Value
string[]
functionsToInclude
List of functions to include in the follower database
functionsToInclude?: string[]
Property Value
string[]
materializedViewsToExclude
List of materialized views to exclude from the follower database
materializedViewsToExclude?: string[]
Property Value
string[]
materializedViewsToInclude
List of materialized views to include in the follower database
materializedViewsToInclude?: string[]
Property Value
string[]
tablesToExclude
List of tables to exclude from the follower database
tablesToExclude?: string[]
Property Value
string[]
tablesToInclude
List of tables to include in the follower database
tablesToInclude?: string[]
Property Value
string[]