public sealed class OracleObjectIdentifier : IMessage<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.OracleObjectIdentifier.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `OracleObjectIdentifier` class within the Google Cloud Datastream V1 API, specifically in the .NET environment."],["The `OracleObjectIdentifier` class serves as an identifier for Oracle data source objects, with the latest version being 2.9.0 and ranging back to version 1.0.0."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The class contains two constructors, a default one and one that accepts another `OracleObjectIdentifier` instance, as well as two key properties, `Schema` and `Table`, which are both strings that are required."],["The `OracleObjectIdentifier` class inherits members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]