Partager via


EventHubDataConnection type

Classe représentant une connexion de données event Hub.

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