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