GetKafkaConfigurationResult

data class GetKafkaConfigurationResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val consumerGroup: String? = null

Consumer group for hook event hub.

Link copied to clipboard

Credentials to access the event streaming service attached to the purview account.

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
val eventHubType: String? = null

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
val id: String

Gets or sets the identifier.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Gets or sets the type.