EventGridDataConnection Class

Definition

Class representing an Event Grid data connection.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("EventGrid")]
public class EventGridDataConnection : Microsoft.Azure.Management.Kusto.Models.DataConnection
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("EventGrid")>]
type EventGridDataConnection = class
    inherit DataConnection
Public Class EventGridDataConnection
Inherits DataConnection
Inheritance
EventGridDataConnection
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

EventGridDataConnection()

Initializes a new instance of the EventGridDataConnection class.

EventGridDataConnection(String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String, String)

Initializes a new instance of the EventGridDataConnection class.

Properties

BlobStorageEventType

Gets or sets the name of blob storage event type to process. Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'

ConsumerGroup

Gets or sets the event hub consumer group.

DatabaseRouting

Gets or sets indication for database routing information from the data connection, by default only database routing information is allowed. Possible values include: 'Single', 'Multi'

DataFormat

Gets or sets the data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'

EventGridResourceId

Gets or sets the resource ID of the event grid that is subscribed to the storage account events.

EventHubResourceId

Gets or sets the resource ID where the event grid is configured to send events.

Id

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

(Inherited from Resource)
IgnoreFirstRecord

Gets or sets a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file

Location

Gets or sets resource location.

(Inherited from DataConnection)
ManagedIdentityObjectId

Gets the object ID of managedIdentityResourceId

ManagedIdentityResourceId

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

MappingRuleName

Gets or sets the mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

Name

Gets the name of the resource

(Inherited from Resource)
ProvisioningState

Gets the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'

StorageAccountResourceId

Gets or sets the resource ID of the storage account where the data resides.

TableName

Gets or sets the table where the data should be ingested. Optionally the table information can be added to each message.

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to