Dataflow Endpoint Data Explorer Response
data class DataflowEndpointDataExplorerResponse(val authentication: DataflowEndpointDataExplorerAuthenticationResponse, val batching: BatchingConfigurationResponse? = null, val database: String, val host: String)
Azure Data Explorer endpoint properties
Constructors
Link copied to clipboard
constructor(authentication: DataflowEndpointDataExplorerAuthenticationResponse, batching: BatchingConfigurationResponse? = null, database: String, host: String)