IAzureDataExplorerConnectionProperties.AdxTableName 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 name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.
[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Description="The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="adxTableName")]
public string AdxTableName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Description="The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="adxTableName")>]
member this.AdxTableName : string with get, set
Public Property AdxTableName As String
Property Value
- Attributes