你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CorrelationRuleFilter interface

表示关联筛选器表达式。 CorrelationRuleFilter 包含一组条件,这些条件与来自订阅的传入消息的用户和系统属性匹配。

属性

applicationProperties

要与传入消息的用户属性匹配的值。

contentType

要与 contentType 传入消息的 属性匹配的值。

correlationId

要与 correlationId 传入消息的 属性匹配的值。

messageId

要与 messageId 传入消息的 属性匹配的值。

replyTo

要与 replyTo 传入消息的 属性匹配的值。

replyToSessionId

要与 replyToSessionId 传入消息的 属性匹配的值。

sessionId

要与 sessionId 传入消息的 属性匹配的值。

subject

要与 subject 传入消息的 属性匹配的值。

to

要与 to 传入消息的 属性匹配的值。

属性详细信息

applicationProperties

要与传入消息的用户属性匹配的值。

applicationProperties?: {[key: string]: string | number | boolean | Date}

属性值

{[key: string]: string | number | boolean | Date}

contentType

要与 contentType 传入消息的 属性匹配的值。

contentType?: string

属性值

string

correlationId

要与 correlationId 传入消息的 属性匹配的值。

correlationId?: string

属性值

string

messageId

要与 messageId 传入消息的 属性匹配的值。

messageId?: string

属性值

string

replyTo

要与 replyTo 传入消息的 属性匹配的值。

replyTo?: string

属性值

string

replyToSessionId

要与 replyToSessionId 传入消息的 属性匹配的值。

replyToSessionId?: string

属性值

string

sessionId

要与 sessionId 传入消息的 属性匹配的值。

sessionId?: string

属性值

string

subject

要与 subject 传入消息的 属性匹配的值。

subject?: string

属性值

string

to

要与 to 传入消息的 属性匹配的值。

to?: string

属性值

string