TableLevelSharingPropertiesResponse

data class TableLevelSharingPropertiesResponse(val externalTablesToExclude: List<String>? = null, val externalTablesToInclude: List<String>? = null, val materializedViewsToExclude: List<String>? = null, val materializedViewsToInclude: List<String>? = null, val tablesToExclude: List<String>? = null, val tablesToInclude: List<String>? = null)

Tables that will be included and excluded in the follower database

Constructors

Link copied to clipboard
constructor(externalTablesToExclude: List<String>? = null, externalTablesToInclude: List<String>? = null, materializedViewsToExclude: List<String>? = null, materializedViewsToInclude: List<String>? = null, tablesToExclude: List<String>? = null, tablesToInclude: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of external tables exclude from the follower database

Link copied to clipboard

List of external tables to include in the follower database

Link copied to clipboard

List of materialized views exclude from the follower database

Link copied to clipboard

List of materialized views to include in the follower database

Link copied to clipboard

List of tables to exclude from the follower database

Link copied to clipboard

List of tables to include in the follower database