public sealed class OracleScnPosition : IMessage<OracleScnPosition>, IEquatable<OracleScnPosition>, IDeepCloneable<OracleScnPosition>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class OracleScnPosition.
[[["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 `OracleScnPosition` class in the DataStream v1 API provides reference documentation and code samples for managing Oracle SCN positions."],["This class is currently at version 2.8.0 but also offers access to other versions, including the latest 2.9.0 and historical versions down to 1.0.0."],["`OracleScnPosition` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as deep cloning and equality checks."],["The class's primary property, `Scn`, is a required long integer representing the SCN number indicating where to begin reading logs."],["It contains two constructors for creating new instances of the OracleScnPosition class."]]],[]]