Azure Data Explorer Connection Properties Response
data class AzureDataExplorerConnectionPropertiesResponse(val adxDatabaseName: String, val adxEndpointUri: String, val adxResourceId: String, val adxTableName: String? = null, val connectionType: String, val eventHubConsumerGroup: String? = null, val eventHubEndpointUri: String, val eventHubEntityPath: String, val eventHubNamespaceResourceId: String, val provisioningState: String)
Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.
Constructors
Link copied to clipboard
fun AzureDataExplorerConnectionPropertiesResponse(adxDatabaseName: String, adxEndpointUri: String, adxResourceId: String, adxTableName: String? = null, connectionType: String, eventHubConsumerGroup: String? = null, eventHubEndpointUri: String, eventHubEntityPath: String, eventHubNamespaceResourceId: String, provisioningState: String)