ITableLevelSharingProperties.TablesToExclude Property

Definition

List of tables to exclude from the follower database

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of tables to exclude from the follower database", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tablesToExclude", Update=true)]
public System.Collections.Generic.List<string> TablesToExclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="List of tables to exclude from the follower database", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tablesToExclude", Update=true)>]
member this.TablesToExclude : System.Collections.Generic.List<string> with get, set
Public Property TablesToExclude As List(Of String)

Property Value

Attributes

Applies to