DataFeedIngestionSettings.IngestionStartOffset Property

Definition

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.

Applies to