AzureDataExplorerOutputDataSource interface
Describes an Azure Data Explorer output data source.
- Extends
Properties
| authentication |
Authentication Mode. |
| cluster | The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. |
| database | The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. |
| table | The name of the Azure Table. Required on PUT (CreateOrReplace) requests. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
authenticationMode
Authentication Mode.
authenticationMode?: string
Property Value
string
cluster
The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests.
cluster?: string
Property Value
string
database
The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests.
database?: string
Property Value
string
table
The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
table?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.Kusto/clusters/databases"
Property Value
"Microsoft.Kusto/clusters/databases"