Class EventHubContext
Event hub trigger context information
Inheritance
System.Object
EventHubContext
Namespace: FunctionMonkey.Abstractions.Contexts
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class EventHubContext : object
Properties
| Improve this Doc View SourceEnqueuedTimeUtc
The date time the event was enqueued
Declaration
public DateTime EnqueuedTimeUtc { get; set; }
Property Value
Type | Description |
---|---|
Date |
Offset
The offset of the event
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System. |
PartitionKey
The partition key of the event
Declaration
public string PartitionKey { get; set; }
Property Value
Type | Description |
---|---|
System. |
SequenceNumber
The sequence number of the event
Declaration
public long SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |