Freigeben über


EventHubDataConnection type

Klasse, die eine Event Hub-Datenverbindung darstellt.

type EventHubDataConnection = DataConnection & {
  compression?: Compression
  consumerGroup?: string
  dataFormat?: EventHubDataFormat
  eventHubResourceId?: string
  eventSystemProperties?: string[]
  managedIdentityResourceId?: string
  mappingRuleName?: string
  provisioningState?: ResourceProvisioningState
  tableName?: string
}