ServiceBusTopicOutputDataSourceResponse

data class ServiceBusTopicOutputDataSourceResponse(val authenticationMode: String? = null, val propertyColumns: List<String>? = null, val serviceBusNamespace: String? = null, val sharedAccessPolicyKey: String? = null, val sharedAccessPolicyName: String? = null, val systemPropertyColumns: Map<String, String>? = null, val topicName: String? = null, val type: String)

Describes a Service Bus Topic output data source.

Constructors

Link copied to clipboard
constructor(authenticationMode: String? = null, propertyColumns: List<String>? = null, serviceBusNamespace: String? = null, sharedAccessPolicyKey: String? = null, sharedAccessPolicyName: String? = null, systemPropertyColumns: Map<String, String>? = null, topicName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication Mode.

Link copied to clipboard

A string array of the names of output columns to be attached to Service Bus messages as custom properties.

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

The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.

Link copied to clipboard
val topicName: String? = null

The name of the Service Bus Topic. 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/Topic'.