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