public sealed class SingleEntityRename : IMessage<SingleEntityRename>, IEquatable<SingleEntityRename>, IDeepCloneable<SingleEntityRename>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SingleEntityRename.
Options to configure rule type SingleEntityRename.
The rule is used to rename an entity.
The rule filter field can refer to only one entity.
The rule scope can be one of: Database, Schema, Table, Column, Constraint,
Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT,
Synonym
[[["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 `SingleEntityRename` class, part of the Database Migration v1 API, provides functionality to rename entities within a database."],["This rule can be applied to various entity scopes, including databases, schemas, tables, columns, constraints, indexes, views, functions, stored procedures, materialized views, sequences, UDTs, and synonyms."],["The `SingleEntityRename` class is part of the `Google.Cloud.CloudDms.V1` namespace and is found in the `Google.Cloud.CloudDms.V1.dll` assembly, with version 2.4.0 being one of many versions available."],["The `NewName` property within `SingleEntityRename` is required and is used to define the new name for the target entity."],["The latest version of the documentation is 2.5.0, and the content provided covers versions ranging back to version 1.0.0."]]],[]]