Dataflow v1beta3 API - Enum SdkBug.Types.Severity (2.0.0-beta09)

public enum SdkBug.Types.Severity

Reference documentation and code samples for the Dataflow v1beta3 API enum SdkBug.Types.Severity.

Indicates the severity of the bug. Other severities may be added to this list in the future.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
Notice

A minor bug that that may reduce reliability or performance for some jobs. Impact will be minimal or non-existent for most jobs.

Severe

A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely.

Unspecified

A bug of unknown severity.

Warning

A bug that has some likelihood of causing performance degradation, data loss, or job failures.