DataExplorerConnectionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.
public class DataExplorerConnectionProperties : Azure.ResourceManager.DigitalTwins.Models.TimeSeriesDatabaseConnectionProperties
type DataExplorerConnectionProperties = class
inherit TimeSeriesDatabaseConnectionProperties
Public Class DataExplorerConnectionProperties
Inherits TimeSeriesDatabaseConnectionProperties
- Inheritance
Constructors
DataExplorerConnectionProperties(ResourceIdentifier, Uri, String, Uri, String, ResourceIdentifier) |
Initializes a new instance of DataExplorerConnectionProperties. |
Properties
AdxDatabaseName |
The name of the Azure Data Explorer database. |
AdxEndpointUri |
The URI of the Azure Data Explorer endpoint. |
AdxRelationshipLifecycleEventsTableName |
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. |
AdxResourceId |
The resource ID of the Azure Data Explorer cluster. |
AdxTableName |
The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents. |
AdxTwinLifecycleEventsTableName |
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. |
EventHubConsumerGroup |
The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default. |
EventHubEndpointUri |
The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://. |
EventHubEntityPath |
The EventHub name in the EventHub namespace for identity-based authentication. |
EventHubNamespaceResourceId |
The resource ID of the EventHub namespace. |
Identity |
Managed identity properties for the time series database connection resource. (Inherited from TimeSeriesDatabaseConnectionProperties) |
ProvisioningState |
The provisioning state. (Inherited from TimeSeriesDatabaseConnectionProperties) |
RecordPropertyAndItemRemovals |
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. |
Applies to
Azure SDK for .NET