Uses of Class
com.azure.resourcemanager.kusto.models.EventHubDataConnection
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of EventHubDataConnection in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionEventHubDataConnection.withCompression
(Compression compression) Set the compression property: The event hub messages compression type.EventHubDataConnection.withConsumerGroup
(String consumerGroup) Set the consumerGroup property: The event hub consumer group.EventHubDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventHubDataConnection.withDataFormat
(EventHubDataFormat dataFormat) Set the dataFormat property: The data format of the message.EventHubDataConnection.withEventHubResourceId
(String eventHubResourceId) Set the eventHubResourceId property: The resource ID of the event hub to be used to create a data connection.EventHubDataConnection.withEventSystemProperties
(List<String> eventSystemProperties) Set the eventSystemProperties property: System properties of the event hub.EventHubDataConnection.withLocation
(String location) Set the location property: Resource location.EventHubDataConnection.withManagedIdentityResourceId
(String managedIdentityResourceId) Set the managedIdentityResourceId property: The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.EventHubDataConnection.withMappingRuleName
(String mappingRuleName) Set the mappingRuleName property: The mapping rule to be used to ingest the data.EventHubDataConnection.withRetrievalStartDate
(OffsetDateTime retrievalStartDate) Set the retrievalStartDate property: When defined, the data connection retrieves existing Event hub events created since the Retrieval start date.EventHubDataConnection.withTableName
(String tableName) Set the tableName property: The table where the data should be ingested.