Class PipelineNotificationConfig
Pipeline notification configuration. This states how many errors can happen in a time frame before notifying the extraction pipeline. Usually connectors can recover from intermittent errors, and this policy can reduce the number of times alerts are generated due to pipeline errors
public class PipelineNotificationConfig
- Inheritance
-
PipelineNotificationConfig
- Inherited Members
Properties
MaxErrors
Maximum number of error allowed withing the time frame
public int MaxErrors { get; set; }
Property Value
MaxTime
Size of the time frame in minutes
public int MaxTime { get; set; }