AzureDataExplorerConnectionPropertiesResponse

data class AzureDataExplorerConnectionPropertiesResponse(val adxDatabaseName: String, val adxEndpointUri: String, val adxRelationshipLifecycleEventsTableName: String? = null, val adxResourceId: String, val adxTableName: String? = null, val adxTwinLifecycleEventsTableName: String? = null, val connectionType: String, val eventHubConsumerGroup: String? = null, val eventHubEndpointUri: String, val eventHubEntityPath: String, val eventHubNamespaceResourceId: String, val identity: ManagedIdentityReferenceResponse? = null, val provisioningState: String, val recordPropertyAndItemRemovals: String? = null)

Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.

Constructors

constructor(adxDatabaseName: String, adxEndpointUri: String, adxRelationshipLifecycleEventsTableName: String? = null, adxResourceId: String, adxTableName: String? = null, adxTwinLifecycleEventsTableName: String? = null, connectionType: String, eventHubConsumerGroup: String? = null, eventHubEndpointUri: String, eventHubEntityPath: String, eventHubNamespaceResourceId: String, identity: ManagedIdentityReferenceResponse? = null, provisioningState: String, recordPropertyAndItemRemovals: String? = null)

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 name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.

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 used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.

Link copied to clipboard

The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.

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

Managed identity properties for the time series database connection resource.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.