Megosztás a következőn keresztül:


SynapseEventGridDataConnection Class

Definition

Class representing an Event Grid data connection.

public class SynapseEventGridDataConnection : Azure.ResourceManager.Synapse.SynapseDataConnectionData
type SynapseEventGridDataConnection = class
    inherit SynapseDataConnectionData
Public Class SynapseEventGridDataConnection
Inherits SynapseDataConnectionData
Inheritance
SynapseEventGridDataConnection

Constructors

SynapseEventGridDataConnection()

Initializes a new instance of SynapseEventGridDataConnection.

Properties

BlobStorageEventType

The name of blob storage event type to process.

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 where the event grid is configured to send events.

Id

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

(Inherited from ResourceData)
IgnoreFirstRecord

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.

Location

Resource location.

(Inherited from SynapseDataConnectionData)
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 ResourceData)
ProvisioningState

The provisioned state of the resource.

ResourceType

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

(Inherited from ResourceData)
StorageAccountResourceId

The resource ID of the storage account where the data resides.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TableName

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

Applies to