Azure Data Explorer Connection Properties Response
Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.
Constructors
Properties
The name of the Azure Data Explorer database.
The URI of the Azure Data Explorer endpoint.
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.
The resource ID of the Azure Data Explorer cluster.
The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
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.
The type of time series connection resource. Expected value is 'AzureDataExplorer'.
The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
The EventHub name in the EventHub namespace for identity-based authentication.
The resource ID of the EventHub namespace.
Managed identity properties for the time series database connection resource.
The provisioning state.
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.