Azure Data Explorer Connection Properties Args
data class AzureDataExplorerConnectionPropertiesArgs(val adxDatabaseName: Output<String>, val adxEndpointUri: Output<String>, val adxRelationshipLifecycleEventsTableName: Output<String>? = null, val adxResourceId: Output<String>, val adxTableName: Output<String>? = null, val adxTwinLifecycleEventsTableName: Output<String>? = null, val connectionType: Output<String>, val eventHubConsumerGroup: Output<String>? = null, val eventHubEndpointUri: Output<String>, val eventHubEntityPath: Output<String>, val eventHubNamespaceResourceId: Output<String>, val identity: Output<ManagedIdentityReferenceArgs>? = null, val recordPropertyAndItemRemovals: Output<Either<String, RecordPropertyAndItemRemovals>>? = null) : ConvertibleToJava<AzureDataExplorerConnectionPropertiesArgs>
Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.
Constructors
Link copied to clipboard
fun AzureDataExplorerConnectionPropertiesArgs(adxDatabaseName: Output<String>, adxEndpointUri: Output<String>, adxRelationshipLifecycleEventsTableName: Output<String>? = null, adxResourceId: Output<String>, adxTableName: Output<String>? = null, adxTwinLifecycleEventsTableName: Output<String>? = null, connectionType: Output<String>, eventHubConsumerGroup: Output<String>? = null, eventHubEndpointUri: Output<String>, eventHubEntityPath: Output<String>, eventHubNamespaceResourceId: Output<String>, identity: Output<ManagedIdentityReferenceArgs>? = null, recordPropertyAndItemRemovals: Output<Either<String, RecordPropertyAndItemRemovals>>? = null)
Functions
Properties
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.