DataFeedIngestionSettings.DataSourceRequestConcurrency Property

Definition

If the associated DataFeedSource supports limited concurrency, this can be set to specify the maximum limit. Defaults to -1 (limited concurrency not supported).

public int? DataSourceRequestConcurrency { get; set; }
member this.DataSourceRequestConcurrency : Nullable<int> with get, set
Public Property DataSourceRequestConcurrency As Nullable(Of Integer)

Property Value

Remarks

If set to null during an update operation, this property is set to its default value.

Applies to