Database Migration v1 API - Class EntityMove (2.4.0)

public sealed class EntityMove : IMessage<EntityMove>, IEquatable<EntityMove>, IDeepCloneable<EntityMove>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class EntityMove.

Options to configure rule type EntityMove. The rule is used to move an entity to a new schema.

The rule filter field can refer to one or more entities.

The rule scope can be one of: Table, Column, Constraint, Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT

Inheritance

object > EntityMove

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

EntityMove()

public EntityMove()

EntityMove(EntityMove)

public EntityMove(EntityMove other)
Parameter
NameDescription
otherEntityMove

Properties

NewSchema

public string NewSchema { get; set; }

Required. The new schema

Property Value
TypeDescription
string