Sdílet prostřednictvím


IEventGridConnectionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.EventGridConnectionPropertiesTypeConverter))]
public interface IEventGridConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.EventGridConnectionPropertiesTypeConverter))>]
type IEventGridConnectionProperties = interface
    interface IJsonSerializable
Public Interface IEventGridConnectionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BlobStorageEventType

The name of blob storage event type to process.

ConsumerGroup

The event hub consumer group.

DatabaseRouting

Indication for database routing information from the data connection, by default only database routing information is allowed

DataFormat

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

EventGridResourceId

The resource ID of the event grid that is subscribed to the storage account events.

EventHubResourceId

The resource ID where the event grid is configured to send events.

IgnoreFirstRecord

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

ManagedIdentityObjectId

The object ID of managedIdentityResourceId

ManagedIdentityResourceId

The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.

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.

StorageAccountResourceId

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

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