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 |
|---|---|
| DateTime |
Offset
The offset of the event
Declaration
public string Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PartitionKey
The partition key of the event
Declaration
public string PartitionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SequenceNumber
The sequence number of the event
Declaration
public long SequenceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |