JobServiceBusBrokeredMessageProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies service bus brokered message properties.
public class JobServiceBusBrokeredMessageProperties
type JobServiceBusBrokeredMessageProperties = class
Public Class JobServiceBusBrokeredMessageProperties
- Inheritance
-
JobServiceBusBrokeredMessageProperties
Constructors
JobServiceBusBrokeredMessageProperties() |
Initializes a new instance of the JobServiceBusBrokeredMessageProperties class. |
Properties
ContentType |
Optional. Gets or sets the service bus brokered message properties ContentType. |
CorrelationId |
Optional. Gets or sets the service bus brokered message properties CorrelationId. |
ForcePersistence |
Optional. Gets or sets the service bus brokered message properties ForcePersistence. |
Label |
Optional. Gets or sets the service bus brokered message properties Label. |
MessageId |
Optional. Gets or sets the service bus brokered message properties MessageId. |
PartitionKey |
Optional. Gets or sets the service bus brokered message properties PartitionKey. |
ReplyTo |
Optional. Gets or sets the service bus brokered message properties ReplyTo. |
ReplyToSessionId |
Optional. Gets or sets the service bus brokered message properties ReplyToSessionId. |
ScheduledEnqueueTimeUtc |
Optional. Gets or sets the service bus brokered message properties ScheduledEnqueueTimeUtc. |
SessionId |
Optional. Gets or sets the service bus brokered message properties SessionId. |
TimeToLive |
Optional. Gets or sets the service bus brokered message properties TimeToLive. |
To |
Optional. Gets or sets the service bus brokered message properties To. |
ViaPartitionKey |
Optional. Gets or sets the service bus brokered message properties ViaPartitionKey. |
Applies to
Azure SDK for .NET