Uses of Class
com.azure.resourcemanager.kusto.fluent.models.EventGridConnectionProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
-
Uses of EventGridConnectionProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionEventGridConnectionProperties.withBlobStorageEventType
(BlobStorageEventType blobStorageEventType) Set the blobStorageEventType property: The name of blob storage event type to process.EventGridConnectionProperties.withConsumerGroup
(String consumerGroup) Set the consumerGroup property: The event hub consumer group.EventGridConnectionProperties.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventGridConnectionProperties.withDataFormat
(EventGridDataFormat dataFormat) Set the dataFormat property: The data format of the message.EventGridConnectionProperties.withEventGridResourceId
(String eventGridResourceId) Set the eventGridResourceId property: The resource ID of the event grid that is subscribed to the storage account events.EventGridConnectionProperties.withEventHubResourceId
(String eventHubResourceId) Set the eventHubResourceId property: The resource ID where the event grid is configured to send events.EventGridConnectionProperties.withIgnoreFirstRecord
(Boolean ignoreFirstRecord) Set the ignoreFirstRecord property: A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.EventGridConnectionProperties.withManagedIdentityResourceId
(String managedIdentityResourceId) Set the managedIdentityResourceId property: The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.EventGridConnectionProperties.withMappingRuleName
(String mappingRuleName) Set the mappingRuleName property: The mapping rule to be used to ingest the data.EventGridConnectionProperties.withStorageAccountResourceId
(String storageAccountResourceId) Set the storageAccountResourceId property: The resource ID of the storage account where the data resides.EventGridConnectionProperties.withTableName
(String tableName) Set the tableName property: The table where the data should be ingested.