public sealed class CdcStrategy.Types.MostRecentStartPosition : IMessage<CdcStrategy.Types.MostRecentStartPosition>, IEquatable<CdcStrategy.Types.MostRecentStartPosition>, IDeepCloneable<CdcStrategy.Types.MostRecentStartPosition>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class CdcStrategy.Types.MostRecentStartPosition.
CDC strategy to start replicating from the most recent position in the
source.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The page provides documentation for the `CdcStrategy.Types.MostRecentStartPosition` class within the Google Cloud Datastream v1 API, specifically for .NET."],["`CdcStrategy.Types.MostRecentStartPosition` is designed to start replicating data from the most recent position in the source, enabling Change Data Capture (CDC)."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The page outlines various available versions of this class, ranging from version 1.0.0 up to the latest version 2.9.0, and the current page version being 2.8.0."],["The page features two different constructors, one default constructor `MostRecentStartPosition()` and another `MostRecentStartPosition(MostRecentStartPosition)` that takes another instance of itself as an argument."]]],[]]