Get Kafka Configuration Result
data class GetKafkaConfigurationResult(val consumerGroup: String? = null, val credentials: CredentialsResponse? = null, val eventHubPartitionId: String? = null, val eventHubResourceId: String? = null, val eventHubType: String? = null, val eventStreamingState: String? = null, val eventStreamingType: String? = null, val id: String, val name: String, val systemData: ProxyResourceResponseSystemData, val type: String)
The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
Constructors
Link copied to clipboard
constructor(consumerGroup: String? = null, credentials: CredentialsResponse? = null, eventHubPartitionId: String? = null, eventHubResourceId: String? = null, eventHubType: String? = null, eventStreamingState: String? = null, eventStreamingType: String? = null, id: String, name: String, systemData: ProxyResourceResponseSystemData, type: String)
Properties
Link copied to clipboard
Consumer group for hook event hub.
Link copied to clipboard
Credentials to access event hub.
Link copied to clipboard
Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
Link copied to clipboard
Link copied to clipboard
The event hub type.
Link copied to clipboard
The state of the event streaming service
Link copied to clipboard
The event streaming service type
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.