Compartilhar via


IEventHubDataConnection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventHubDataConnectionTypeConverter))]
public interface IEventHubDataConnection : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDataConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventHubDataConnectionTypeConverter))>]
type IEventHubDataConnection = interface
    interface IJsonSerializable
    interface IDataConnection
    interface IResource
Public Interface IEventHubDataConnection
Implements IDataConnection
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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Kind

Kind of the endpoint for the data connection

(Inherited from IDataConnection)
Location

Resource location.

(Inherited from IDataConnection)
MappingRuleName

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

Name

The name of the resource

(Inherited from IResource)
ProvisioningState

The provisioned state of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IDataConnection)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IDataConnection)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IDataConnection)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IDataConnection)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IDataConnection)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IDataConnection)
TableName

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

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to