Skip to content

Class CdcCaptureRuntimeOutcomes

Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll

Defines the stable outcome identifiers used when reporting CDC capture activity.

public static class CdcCaptureRuntimeOutcomes

objectCdcCaptureRuntimeOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the outcome identifier used when a capture observes one or more source changes.

public const string Captured = "captured"

string

Gets the outcome identifier used when a capture fails.

public const string Failed = "failed"

string

Gets the outcome identifier used when a capture polls successfully but finds no new changes.

public const string Idle = "idle"

string

Gets the outcome identifier used when a capture runtime starts or resumes work.

public const string Started = "started"

string