IReadWriteDatabase.IsFollowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the database is followed.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Indicates whether the database is followed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isFollowed")]
public bool? IsFollowed { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Indicates whether the database is followed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isFollowed")>]
member this.IsFollowed : Nullable<bool>
Public ReadOnly Property IsFollowed As Nullable(Of Boolean)
Property Value
- Attributes