InitialOffsetOptions Class

Definition

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
type InitialOffsetOptions = class
Public Class InitialOffsetOptions
Inheritance
InitialOffsetOptions

Constructors

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.

Type

Gets or sets the type of the initial offset.

Applies to