Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableLevelSharingProperties

Package version

Tables that will be included and excluded in the follower database

Hierarchy

  • TableLevelSharingProperties

Index

Properties

Optional externalTablesToExclude

externalTablesToExclude: string[]

List of external tables exclude from the follower database

Optional externalTablesToInclude

externalTablesToInclude: string[]

List of external tables to include in the follower database

Optional materializedViewsToExclude

materializedViewsToExclude: string[]

List of materialized views exclude from the follower database

Optional materializedViewsToInclude

materializedViewsToInclude: string[]

List of materialized views to include in the follower database

Optional tablesToExclude

tablesToExclude: string[]

List of tables to exclude from the follower database

Optional tablesToInclude

tablesToInclude: string[]

List of tables to include in the follower database

Generated using TypeDoc