Class EventDataSystemPropertyNames
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Provides the names (as fields) of all the system properties that Service Bus automatically updates.
public sealed class EventDataSystemPropertyNames
- Inheritance
-
EventDataSystemPropertyNames
- Inherited Members
Constructors
EventDataSystemPropertyNames()
Initializes a new instance of the EventDataSystemPropertyNames class.
public EventDataSystemPropertyNames()
Fields
EnqueuedTimeUtc
Specifies the date and time of the sent time in UTC.
public const string EnqueuedTimeUtc = "EnqueuedTimeUtc"
Field Value
Offset
Specifies the read offset of the event data.
public const string Offset = "Offset"
Field Value
PartitionKey
Specifies the partition key for sending a transactional message to a queue or topic that is not session-aware.
public const string PartitionKey = "PartitionKey"
Field Value
Publisher
Specifies the publisher of the event data.
public const string Publisher = "Publisher"
Field Value
SequenceNumber
Specifies the unique number assigned to a message by the Service Bus.
public const string SequenceNumber = "SequenceNumber"