Attached Database Configuration Sharing
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)
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.