IReadWriteDatabase.IsFollowed Property

Definition

Indicates whether the database is followed.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="Indicates whether the database is followed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isFollowed", Update=false)]
public bool? IsFollowed { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="Indicates whether the database is followed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isFollowed", Update=false)>]
member this.IsFollowed : Nullable<bool>
Public ReadOnly Property IsFollowed As Nullable(Of Boolean)

Property Value

Attributes

Applies to