• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum CdcControlOperation

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum CdcControlOperation
    
  

Fields

GetProcessingRange

Specifies that a dataflow that uses the CDC Source component is about to be run.

MarkCdcStart

Specifies that an initial load from a database snapshot should be performed.

MarkInitialLoadEnd

Specifies 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.

MarkInitialLoadStart

Specifies 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.

MarkProcessedRange

Specifies that a dataflow that uses the CDC Source component has been completed.

ResetCdcState

Specifies that the persistent CDC state for the current context should be reset.

© Varigence