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)
Table level sharing properties dto for kusto data set properties
Properties
Link copied to clipboard
External tables to be excluded in the data set
Link copied to clipboard
External tables to be included in the data set
Link copied to clipboard
Materialized views to be excluded in the data set
Link copied to clipboard
Materialized views to be included in the data set
Link copied to clipboard
Tables to be excluded in the data set
Link copied to clipboard
Tables to be included in the data set