Azure Data Explorer Connection Properties Response
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
Link copied to clipboard
fun AzureDataExplorerConnectionPropertiesResponse(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.