DataflowEndpointDataExplorer interface
Azure Data Explorer endpoint properties
Properties
authentication | Authentication configuration. NOTE - only authentication property is allowed per entry. |
batching | Azure Data Explorer endpoint batching configuration. |
database | Database name. |
host | Host of the Azure Data Explorer in the form of ..kusto.windows.net . |
Property Details
authentication
Authentication configuration. NOTE - only authentication property is allowed per entry.
authentication: DataflowEndpointDataExplorerAuthentication
Property Value
batching
Azure Data Explorer endpoint batching configuration.
batching?: BatchingConfiguration
Property Value
database
Database name.
database: string
Property Value
string
host
Host of the Azure Data Explorer in the form of ..kusto.windows.net .
host: string
Property Value
string