AzureServiceBusCorrelationFilter
Class net10.0
Represents the correlation filter expression.
namespace Aspire.Hosting.Azure;
public class AzureServiceBusCorrelationFilter{ // ...} 11 members
Constructors1
Section titled ConstructorsProperties10
Section titled PropertiesContentTypeget; setstring? Content type of the message.
CorrelationIdget; setstring? Identifier of the correlation.
MessageIdget; setstring? Identifier of the message.
Propertiesget; setDictionary<string, object> Dictionary object for custom filters.
ReplyToget; setstring? Address of the queue to reply to.
ReplyToSessionIdget; setstring? Session identifier to reply to.
RequiresPreprocessingget; setbool? Value that indicates whether the rule action requires preprocessing.
SendToget; setstring? Address to send to.
SessionIdget; setstring? Session identifier.
Subjectget; setstring? Application specific label.