GetEventGridDataConnectionResult

data class GetEventGridDataConnectionResult(val blobStorageEventType: String? = null, val consumerGroup: String, val dataFormat: String? = null, val databaseRouting: String? = null, val eventGridResourceId: String? = null, val eventHubResourceId: String, val id: String, val ignoreFirstRecord: Boolean? = null, val kind: String, val location: String? = null, val managedIdentityObjectId: String, val managedIdentityResourceId: String? = null, val mappingRuleName: String? = null, val name: String, val provisioningState: String, val storageAccountResourceId: String, val tableName: String? = null, val type: String)

Class representing an Event Grid data connection.

Constructors

Link copied to clipboard
constructor(blobStorageEventType: String? = null, consumerGroup: String, dataFormat: String? = null, databaseRouting: String? = null, eventGridResourceId: String? = null, eventHubResourceId: String, id: String, ignoreFirstRecord: Boolean? = null, kind: String, location: String? = null, managedIdentityObjectId: String, managedIdentityResourceId: String? = null, mappingRuleName: String? = null, name: String, provisioningState: String, storageAccountResourceId: String, tableName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of blob storage event type to process.

Link copied to clipboard

The event hub consumer group.

Link copied to clipboard
val databaseRouting: String? = null

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

Link copied to clipboard
val dataFormat: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val id: String

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

Link copied to clipboard

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

Link copied to clipboard

Kind of the endpoint for the data connection Expected value is 'EventGrid'.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

The object ID of managedIdentityResourceId

Link copied to clipboard

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

Link copied to clipboard
val mappingRuleName: String? = null

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioned state of the resource.

Link copied to clipboard

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

Link copied to clipboard
val tableName: String? = null

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

Link copied to clipboard

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