你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEventHubConnectionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventHubConnectionPropertiesTypeConverter))]
public interface IEventHubConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventHubConnectionPropertiesTypeConverter))>]
type IEventHubConnectionProperties = interface
    interface IJsonSerializable
Public Interface IEventHubConnectionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Compression

The event hub messages compression type

ConsumerGroup

The event hub consumer group.

DataFormat

The data format of the message. Optionally the data format can be added to each message.

EventHubResourceId

The resource ID of the event hub to be used to create a data connection.

EventSystemProperty

System properties of the event hub

MappingRuleName

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

ProvisioningState

The provisioned state of the resource.

TableName

The table where the data should be ingested. Optionally the table information can be added to each message.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to