public sealed class SchemaEntity : IMessage<SchemaEntity>, IEquatable<SchemaEntity>, IDeepCloneable<SchemaEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SchemaEntity.
Schema typically has no parent entity, but can have a parent entity
DatabaseInstance (for database engines which support it). For some database
engines, the terms schema and user can be used interchangeably when they
refer to a namespace or a collection of other database entities. Can store
additional information which is schema specific.
[[["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."],[[["This webpage provides documentation for the `SchemaEntity` class within the Google Cloud Database Migration v1 API, with the latest version being 2.5.0."],["The `SchemaEntity` class is used to represent a schema within a database, which can be linked to a `DatabaseInstance` and may be referred to as a user in some database engines."],["`SchemaEntity` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create new instances and also one to create a new instance from an existing `SchemaEntity`, as well as a `CustomFeatures` property that stores custom engine specific features using a `Struct` type."],["There are 9 versions available of the documentation, ranging from version 1.0.0 to 2.5.0, all documented in this one page."]]],[]]