public sealed class SourceObjectIdentifier : IMessage<SourceObjectIdentifier>, IEquatable<SourceObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier>, IBufferMessage, IMessage
Represents an identifier of an object in the data 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-03-21 UTC."],[[["The `SourceObjectIdentifier` class, part of the `Google.Cloud.Datastream.V1` namespace, represents an identifier of an object within a data source, and is currently at version 2.9.0 (latest)."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message buffering."],["`SourceObjectIdentifier` offers constructors for creating new instances, either default or by cloning an existing `SourceObjectIdentifier` object."],["The class allows you to identify objects in either a MySQL or Oracle data source using the `MysqlIdentifier` and `OracleIdentifier` properties, respectively."],["Available versions for `SourceObjectIdentifier` range from 1.0.0 to 2.9.0, with individual documentation pages available for each version."]]],[]]