EventHubMessage 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.
Replication of EventHub EventData class, reconstructed from cached data CachedEventHubMessage
[System.Serializable]
public class EventHubMessage
[<System.Serializable>]
type EventHubMessage = class
Public Class EventHubMessage
- Inheritance
-
EventHubMessage
- Attributes
Constructors
EventHubMessage(CachedEventHubMessage, SerializationManager) |
Duplicate of EventHub's EventData class. |
EventHubMessage(CachedMessage, SerializationManager) |
Duplicate of EventHub's EventData class. |
EventHubMessage(IStreamIdentity, String, String, Int64, DateTime, DateTime, IDictionary<String,Object>, Byte[]) |
Contructor |
Properties
DequeueTimeUtc |
Time event was read from EventHub and added to cache |
EnqueueTimeUtc |
Time event was written to EventHub |
Offset |
Offset into EventHub partition |
PartitionKey |
EventHub partition key |
Payload |
Binary event data |
Properties |
User EventData properties |
SequenceNumber |
Sequence number in EventHub partition |
StreamIdentity |
Stream identifer |