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