DataFeedIngestionSettings.IngestionStartOffset 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.
An offset to change the next expected data ingestion start times. It can be used to delay (if positive) or to advance (if negative) the ingestion start time. Defaults to Zero.
public TimeSpan? IngestionStartOffset { get; set; }
member this.IngestionStartOffset : Nullable<TimeSpan> with get, set
Public Property IngestionStartOffset As Nullable(Of TimeSpan)
Property Value
Remarks
If set to null during an update operation, this property is set to its default value.