IReadOnlyFollowingDatabaseProperties.TableLevelSharingPropertyTablesToInclude Property

Definition

List of tables to include in the follower database

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

Property Value

Attributes

Applies to