IReadOnlyFollowingDatabaseProperties.TableLevelSharingPropertyMaterializedViewsToInclude Property

Definition

List of materialized views to include in the follower database

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

Property Value

Attributes

Applies to