Edit

Share via


IEventHubSettings.StartFromNow Property

Definition

Indicates if stream provider should read all new data in partition, or from start of partition. True - read all new data added to partition. False - start reading from beginning of partition. Note: If checkpoints are used, stream provider will always begin reading from most recent checkpoint.

public bool StartFromNow { get; }
member this.StartFromNow : bool
Public ReadOnly Property StartFromNow As Boolean

Property Value

Applies to