public sealed class MaterializedViewEntity : IMessage<MaterializedViewEntity>, IEquatable<MaterializedViewEntity>, IDeepCloneable<MaterializedViewEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class MaterializedViewEntity.
[[["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."],[[["This page provides reference documentation for the `MaterializedViewEntity` class within the Database Migration v1 API."],["The `MaterializedViewEntity` class is part of the `Google.Cloud.CloudDms.V1` namespace and is implemented in the `Google.Cloud.CloudDms.V1.dll` assembly."],["The latest version of `MaterializedViewEntity` is 2.5.0, with several earlier versions available, ranging down to version 1.0.0."],["The `MaterializedViewEntity` class allows for custom engine-specific features via its `CustomFeatures` property and stores the view's SQL creation code in the `SqlCode` property."],["`MaterializedViewEntity` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing deep cloning, buffering, and message compatibility."]]],[]]