EventHubReceiverOptions.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.
In cases where no checkpoint is found, this indicates if service should read from the most recent data, or from the beginning of a partition.
public bool StartFromNow { get; set; }
member this.StartFromNow : bool with get, set
Public Property StartFromNow As Boolean