Database Migration v1 API - Class SingleEntityRename (2.4.0)

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

Inheritance

object > SingleEntityRename

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SingleEntityRename()

public SingleEntityRename()

SingleEntityRename(SingleEntityRename)

public SingleEntityRename(SingleEntityRename other)
Parameter
NameDescription
otherSingleEntityRename

Properties

NewName

public string NewName { get; set; }

Required. The new name of the destination entity

Property Value
TypeDescription
string