DataFeedIngestionSettings.IngestionRetryDelay Property

Definition

The minimum delay between two consecutive retry attempts, in case data 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? IngestionRetryDelay { get; set; }
member this.IngestionRetryDelay : Nullable<TimeSpan> with get, set
Public Property IngestionRetryDelay 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