Table Level Sharing Properties Response
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
fun TableLevelSharingPropertiesResponse(externalTablesToExclude: List<String>? = null, externalTablesToInclude: List<String>? = null, materializedViewsToExclude: List<String>? = null, materializedViewsToInclude: List<String>? = null, tablesToExclude: List<String>? = null, tablesToInclude: List<String>? = null)