EventHubOutputDataSourceResponse

data class EventHubOutputDataSourceResponse(val eventHubName: String? = null, val partitionKey: String? = null, val serviceBusNamespace: String? = null, val sharedAccessPolicyKey: String? = null, val sharedAccessPolicyName: String? = null, val type: String)

Describes an Event Hub output data source.

Constructors

Link copied to clipboard
constructor(eventHubName: String? = null, partitionKey: String? = null, serviceBusNamespace: String? = null, sharedAccessPolicyKey: String? = null, sharedAccessPolicyName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventHubName: String? = null

The name of the Event Hub. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val partitionKey: String? = null

The key/column that is used to determine to which partition to send event data.

Link copied to clipboard

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'Microsoft.ServiceBus/EventHub'.