Table of Contents

Class InitialOffsetOptions

Namespace
Microsoft.Azure.WebJobs.EventHubs
Assembly
Microsoft.Azure.WebJobs.Extensions.EventHubs.dll

Configuration options to control the initial offset to use when processing an Event Hub. These options only apply when no checkpoint information is available.

public class InitialOffsetOptions
Inheritance
InitialOffsetOptions
Inherited Members

Constructors

InitialOffsetOptions()

public InitialOffsetOptions()

Properties

EnqueuedTimeUtc

Gets or sets the time that events should be processed after. Any parsable format is accepted. Only applies when the Type is FromEnqueuedTime.

public DateTimeOffset? EnqueuedTimeUtc { get; set; }

Property Value

DateTimeOffset?

Type

Gets or sets the type of the initial offset.

public OffsetType? Type { get; set; }

Property Value

OffsetType?