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-04-17 UTC."],[[["The `SchemaEntity` class is part of the Google Cloud Database Migration v1 API, specifically within the `Google.Cloud.CloudDms.V1` namespace and is defined in the `Google.Cloud.CloudDms.V1.dll` assembly."],["`SchemaEntity` represents a schema in database systems and can have a parent entity like `DatabaseInstance` for some database engines, but typically it has no parent entity."],["This `SchemaEntity` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `SchemaEntity` class offers two constructors, one being the default and the other allowing for object cloning."],["`SchemaEntity` includes the `CustomFeatures` property, which is of the `Struct` type, to store custom engine-specific information."]]],[]]