AzureDataExplorerConnectionPropertiesResponse

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

constructor(adxDatabaseName: String, adxEndpointUri: String, adxResourceId: String, adxTableName: String? = null, connectionType: String, eventHubConsumerGroup: String? = null, eventHubEndpointUri: String, eventHubEntityPath: String, eventHubNamespaceResourceId: String, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Azure Data Explorer database.

Link copied to clipboard

The URI of the Azure Data Explorer endpoint.

Link copied to clipboard

The resource ID of the Azure Data Explorer cluster.

Link copied to clipboard
val adxTableName: String? = null

The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.

Link copied to clipboard

The type of time series connection resource. Expected value is 'AzureDataExplorer'.

Link copied to clipboard

The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.

Link copied to clipboard

The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://

Link copied to clipboard

The EventHub name in the EventHub namespace for identity-based authentication.

Link copied to clipboard

The resource ID of the EventHub namespace.

Link copied to clipboard

The provisioning state.