TableLevelSharingPropertiesArgs

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

Table level sharing properties dto for kusto data set properties

Constructors

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

Properties

Link copied to clipboard
val externalTablesToExclude: Output<List<String>>? = null

External tables to be excluded in the data set

Link copied to clipboard
val externalTablesToInclude: Output<List<String>>? = null

External tables to be included in the data set

Link copied to clipboard
val materializedViewsToExclude: Output<List<String>>? = null

Materialized views to be excluded in the data set

Link copied to clipboard
val materializedViewsToInclude: Output<List<String>>? = null

Materialized views to be included in the data set

Link copied to clipboard
val tablesToExclude: Output<List<String>>? = null

Tables to be excluded in the data set

Link copied to clipboard
val tablesToInclude: Output<List<String>>? = null

Tables to be included in the data set

Functions

Link copied to clipboard
open override fun toJava(): TableLevelSharingPropertiesArgs