EventHubDataConnection type
Olay hub'ı veri bağlantısını temsil eden sınıf.
type EventHubDataConnection = DataConnection & {
compression?: Compression
consumerGroup?: string
dataFormat?: EventHubDataFormat
eventHubResourceId?: string
eventSystemProperties?: string[]
managedIdentityResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
tableName?: string
}