public sealed class MysqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["This page details the `MysqlObjectIdentifier` class, which is used to identify objects within a MySQL data source in the Google Cloud Datastream V1 service."],["The `MysqlObjectIdentifier` class has been implemented to support several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MysqlObjectIdentifier` class features two constructors: a default constructor (`MysqlObjectIdentifier()`) and another that accepts a `SourceObjectIdentifier.Types.MysqlObjectIdentifier` parameter."],["The class includes two essential properties, `Database` and `Table`, both of which are strings and are required for identifying the specific MySQL object."],["There are multiple versions of the library, ranging from `1.0.0` to `2.9.0`, with `2.9.0` being the latest."]]],[]]