IFollowerDatabaseProperties.TableLevelSharingPropertyFunctionsToInclude Property

Definition

List of functions to include in the follower database

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

Property Value

Attributes

Applies to