ITableLevelSharingProperties.FunctionsToInclude Property

Definition

List of functions to include in the follower database

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

Property Value

Attributes

Applies to