IFollowerDatabaseProperties.DatabaseShareOrigin 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.
The origin of the following setup.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Direct", "DataShare", "Other" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The origin of the following setup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseShareOrigin", Update=false)]
public string DatabaseShareOrigin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Direct", "DataShare", "Other" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The origin of the following setup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseShareOrigin", Update=false)>]
member this.DatabaseShareOrigin : string
Public ReadOnly Property DatabaseShareOrigin As String
Property Value
- Attributes