AttachedDatabaseConfigurationSharing

data class AttachedDatabaseConfigurationSharing(val externalTablesToExcludes: List<String>? = null, val externalTablesToIncludes: List<String>? = null, val materializedViewsToExcludes: List<String>? = null, val materializedViewsToIncludes: List<String>? = null, val tablesToExcludes: List<String>? = null, val tablesToIncludes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(externalTablesToExcludes: List<String>? = null, externalTablesToIncludes: List<String>? = null, materializedViewsToExcludes: List<String>? = null, materializedViewsToIncludes: List<String>? = null, tablesToExcludes: List<String>? = null, tablesToIncludes: 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.