IEventHubSettings.StartFromNow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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