Table of Contents

Class PipelineNotificationConfig

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

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

int

MaxTime

Size of the time frame in minutes

public int MaxTime { get; set; }

Property Value

int