PartnerNamespace.PartnerTopicRoutingMode Property

Definition

Gets or sets this determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic. Possible values include: 'SourceEventAttribute', 'ChannelNameHeader'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerTopicRoutingMode")]
public string PartnerTopicRoutingMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerTopicRoutingMode")>]
member this.PartnerTopicRoutingMode : string with get, set
Public Property PartnerTopicRoutingMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to