Show / Hide Table of Contents

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 Source

EnqueuedTimeUtc

The date time the event was enqueued

Declaration
public DateTime EnqueuedTimeUtc { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Offset

The offset of the event

Declaration
public string Offset { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PartitionKey

The partition key of the event

Declaration
public string PartitionKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SequenceNumber

The sequence number of the event

Declaration
public long SequenceNumber { get; set; }
Property Value
Type Description
System.Int64

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • EnqueuedTimeUtc
    • Offset
    • PartitionKey
    • SequenceNumber
  • Extension Methods
Back to top Copyright © 2018 James Randall