ServiceBusTopicOutputDataSourceProperties interface

The properties that are associated with a Service Bus Topic output.

Extends

Properties

propertyColumns

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

systemPropertyColumns

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.

topicName

The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

Inherited Properties

authenticationMode

Authentication Mode.

serviceBusNamespace

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

sharedAccessPolicyKey

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

sharedAccessPolicyName

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

Property Details

propertyColumns

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

propertyColumns?: string[]

Property Value

string[]

systemPropertyColumns

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.

systemPropertyColumns?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

topicName

The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

topicName?: string

Property Value

string

Inherited Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

Inherited From ServiceBusDataSourceProperties.authenticationMode

serviceBusNamespace

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

serviceBusNamespace?: string

Property Value

string

Inherited From ServiceBusDataSourceProperties.serviceBusNamespace

sharedAccessPolicyKey

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

sharedAccessPolicyKey?: string

Property Value

string

Inherited From ServiceBusDataSourceProperties.sharedAccessPolicyKey

sharedAccessPolicyName

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

sharedAccessPolicyName?: string

Property Value

string

Inherited From ServiceBusDataSourceProperties.sharedAccessPolicyName