Skip to content
Docs Try Aspire

AzureServiceBusCorrelationFilter Properties

Class Properties 10 members
Represents the correlation filter expression.
ContentType Section titled ContentType nullable string?
Content type of the message.
public string? ContentType { get; set; }
CorrelationId Section titled CorrelationId nullable string?
Identifier of the correlation.
public string? CorrelationId { get; set; }
MessageId Section titled MessageId nullable string?
Identifier of the message.
public string? MessageId { get; set; }
Properties Section titled Properties Dictionary<string, object>
Dictionary object for custom filters.
public Dictionary<string, object> Properties { get; set; }
ReplyTo Section titled ReplyTo nullable string?
Address of the queue to reply to.
public string? ReplyTo { get; set; }
ReplyToSessionId Section titled ReplyToSessionId nullable string?
Session identifier to reply to.
public string? ReplyToSessionId { get; set; }
RequiresPreprocessing Section titled RequiresPreprocessing nullable bool?
Value that indicates whether the rule action requires preprocessing.
public bool? RequiresPreprocessing { get; set; }
SendTo Section titled SendTo nullable string?
Address to send to.
public string? SendTo { get; set; }
SessionId Section titled SessionId nullable string?
Session identifier.
public string? SessionId { get; set; }
Subject Section titled Subject nullable string?
Application specific label.
public string? Subject { get; set; }