Skip to main content

Enum CdcControlOperation

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum CdcControlOperation

Fields

FieldsDescription
GetProcessingRangeSpecifies that a dataflow that uses the CDC Source component is about to be run.
MarkCdcStartSpecifies that an initial load from a database snapshot should be performed.
MarkInitialLoadEndSpecifies that the current LSN for an initial load from an active database without a snapshot should be recorded. This operation should be used at the end of the package responsible for inital load.
MarkInitialLoadStartSpecifies that the current LSN for an initial load from an active database without a snapshot should be recorded. This operation should be used at the beginning of the package responsible for inital load.
MarkProcessedRangeSpecifies that a dataflow that uses the CDC Source component has been completed.
ResetCdcStateSpecifies that the persistent CDC state for the current context should be reset.