DataFlowEndpointDataExplorerResponse

data class DataFlowEndpointDataExplorerResponse(val batching: BatchingConfigurationResponse? = null, val database: String, val host: String)

Azure Data Explorer endpoint properties

Constructors

Link copied to clipboard
constructor(batching: BatchingConfigurationResponse? = null, database: String, host: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Data Explorer endpoint batching configuration.

Link copied to clipboard

Database name.

Link copied to clipboard

Host of the Azure Data Explorer in the form of ..kusto.windows.net .