EventGridDataConnection |
EventGridDataConnection.withBlobStorageEventType(BlobStorageEventType blobStorageEventType) |
Set the blobStorageEventType property: The name of blob storage event type to process.
|
EventGridDataConnection |
EventGridDataConnection.withConsumerGroup(String consumerGroup) |
Set the consumerGroup property: The event hub consumer group.
|
EventGridDataConnection |
EventGridDataConnection.withDatabaseRouting(DatabaseRouting databaseRouting) |
Set the databaseRouting property: Indication for database routing information from the data connection, by
default only database routing information is allowed.
|
EventGridDataConnection |
EventGridDataConnection.withDataFormat(EventGridDataFormat dataFormat) |
Set the dataFormat property: The data format of the message.
|
EventGridDataConnection |
EventGridDataConnection.withEventGridResourceId(String eventGridResourceId) |
Set the eventGridResourceId property: The resource ID of the event grid that is subscribed to the storage account
events.
|
EventGridDataConnection |
EventGridDataConnection.withEventHubResourceId(String eventHubResourceId) |
Set the eventHubResourceId property: The resource ID where the event grid is configured to send events.
|
EventGridDataConnection |
EventGridDataConnection.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.
|
EventGridDataConnection |
EventGridDataConnection.withLocation(String location) |
Set the location property: Resource location.
|
EventGridDataConnection |
EventGridDataConnection.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.
|
EventGridDataConnection |
EventGridDataConnection.withMappingRuleName(String mappingRuleName) |
Set the mappingRuleName property: The mapping rule to be used to ingest the data.
|
EventGridDataConnection |
EventGridDataConnection.withStorageAccountResourceId(String storageAccountResourceId) |
Set the storageAccountResourceId property: The resource ID of the storage account where the data resides.
|
EventGridDataConnection |
EventGridDataConnection.withTableName(String tableName) |
Set the tableName property: The table where the data should be ingested.
|