TableLevelSharingProperties interface

Tables that will be included and excluded in the follower database

Properties

externalTablesToExclude

List of external tables to exclude from the follower database

externalTablesToInclude

List of external tables to include in the follower database

functionsToExclude

List of functions to exclude from the follower database

functionsToInclude

List of functions to include in the follower database

materializedViewsToExclude

List of materialized views to exclude from the follower database

materializedViewsToInclude

List of materialized views to include in the follower database

tablesToExclude

List of tables to exclude from the follower database

tablesToInclude

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[]