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-05-02 UTC."],[[["The latest version of the `OracleScnPosition` class in the DataStream v1 API is 2.9.0, and documentation is available for versions ranging from 1.0.0 to 2.9.0."],["`OracleScnPosition` is a class that represents an Oracle SCN (System Change Number) position, used to determine where to read logs."],["The `OracleScnPosition` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits members from the `object` class."],["The class includes a constructor, `OracleScnPosition()`, and another constructor, `OracleScnPosition(OracleScnPosition other)`, that accepts an `OracleScnPosition` parameter."],["The `Scn` property of type `long` within `OracleScnPosition` represents the required SCN number for log reading."]]],[]]