DataFeedIngestionSettings.StopRetryAfter Property

Definition

Specifies the maximum amount of time in which to attempt a retry if ingestion fails. If not specified, defaults to -1 seconds, and the service's behavior depends on the Granularity. See the documentation for details.

public TimeSpan? StopRetryAfter { get; set; }
member this.StopRetryAfter : Nullable<TimeSpan> with get, set
Public Property StopRetryAfter 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