Class InitialOffsetOptions
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
Type
Gets or sets the type of the initial offset.
public OffsetType? Type { get; set; }