[[["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 latest version of the `OracleSchema` class in the DataStream v1 API is 2.9.0, with various older versions available for use."],["`OracleSchema` is a class that represents an Oracle schema, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor, `OracleSchema()`, for creating new instances, and a constructor, `OracleSchema(OracleSchema other)`, to create a copy of an existing schema, in addition to two properties named `OracleTables` and `Schema` that can be used to fetch the tables in the schema and the name of the schema itself, respectively."],["The `OracleSchema` class is part of the `Google.Cloud.Datastream.V1` namespace, specifically within the `Google.Cloud.Datastream.V1.dll` assembly."],["The `OracleTables` property is of type `RepeatedField\u003cOracleTable\u003e` that stores the schema tables, while the `Schema` property, of type `string`, holds the name of the schema."]]],[]]