@@ -26,18 +26,19 @@ import (
2626)
2727
2828type AzureEventHubsMetadata struct {
29- ConnectionString string `json:"connectionString" mapstructure:"connectionString"`
30- EventHubNamespace string `json:"eventHubNamespace" mapstructure:"eventHubNamespace"`
31- ConsumerID string `json:"consumerID" mapstructure:"consumerID"`
32- StorageConnectionString string `json:"storageConnectionString" mapstructure:"storageConnectionString"`
33- StorageAccountName string `json:"storageAccountName" mapstructure:"storageAccountName"`
34- StorageAccountKey string `json:"storageAccountKey" mapstructure:"storageAccountKey"`
35- StorageContainerName string `json:"storageContainerName" mapstructure:"storageContainerName"`
36- EnableEntityManagement bool `json:"enableEntityManagement,string" mapstructure:"enableEntityManagement"`
37- MessageRetentionInDays int32 `json:"messageRetentionInDays,string" mapstructure:"messageRetentionInDays"`
38- PartitionCount int32 `json:"partitionCount,string" mapstructure:"partitionCount"`
39- SubscriptionID string `json:"subscriptionID" mapstructure:"subscriptionID"`
40- ResourceGroupName string `json:"resourceGroupName" mapstructure:"resourceGroupName"`
29+ ConnectionString string `json:"connectionString" mapstructure:"connectionString"`
30+ EventHubNamespace string `json:"eventHubNamespace" mapstructure:"eventHubNamespace"`
31+ ConsumerID string `json:"consumerID" mapstructure:"consumerID"`
32+ StorageConnectionString string `json:"storageConnectionString" mapstructure:"storageConnectionString"`
33+ StorageAccountName string `json:"storageAccountName" mapstructure:"storageAccountName"`
34+ StorageAccountKey string `json:"storageAccountKey" mapstructure:"storageAccountKey"`
35+ StorageContainerName string `json:"storageContainerName" mapstructure:"storageContainerName"`
36+ EnableEntityManagement bool `json:"enableEntityManagement,string" mapstructure:"enableEntityManagement"`
37+ MessageRetentionInDays int32 `json:"messageRetentionInDays,string" mapstructure:"messageRetentionInDays"`
38+ PartitionCount int32 `json:"partitionCount,string" mapstructure:"partitionCount"`
39+ SubscriptionID string `json:"subscriptionID" mapstructure:"subscriptionID"`
40+ ResourceGroupName string `json:"resourceGroupName" mapstructure:"resourceGroupName"`
41+ EnableInOrderMessageDelivery bool `json:"enableInOrderMessageDelivery,string" mapstructure:"enableInOrderMessageDelivery"`
4142
4243 // Binding only
4344 EventHub string `json:"eventHub" mapstructure:"eventHub" mdonly:"bindings"`
0 commit comments