KafkaConfiguration interface
The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
- Extends
Properties
| consumer |
Consumer group for hook event hub. |
| credentials | Credentials to access the event streaming service attached to the purview account. |
| event |
Optional partition Id for notification event hub. If not set, all partitions will be leveraged. |
| event |
|
| event |
The event hub type. |
| event |
The state of the event streaming service |
| event |
The event streaming service type |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
consumerGroup
Consumer group for hook event hub.
consumerGroup?: string
Property Value
string
credentials
Credentials to access the event streaming service attached to the purview account.
credentials?: Credentials
Property Value
eventHubPartitionId
Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
eventHubPartitionId?: string
Property Value
string
eventHubResourceId
eventHubResourceId?: string
Property Value
string
eventHubType
The event hub type.
eventHubType?: string
Property Value
string
eventStreamingState
The state of the event streaming service
eventStreamingState?: string
Property Value
string
eventStreamingType
The event streaming service type
eventStreamingType?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type