IAttachedDatabaseConfiguration.TableLevelSharingPropertyExternalTablesToExclude Property

Definition

List of external tables to exclude from the follower database

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

Property Value

Attributes

Applies to