public sealed class EntityMove : IMessage<EntityMove>, IEquatable<EntityMove>, IDeepCloneable<EntityMove>, IBufferMessage, IMessageReference 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
Implements
IMessageEntityMove, IEquatableEntityMove, IDeepCloneableEntityMove, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
EntityMove()
public EntityMove()EntityMove(EntityMove)
public EntityMove(EntityMove other)| Parameter | |
|---|---|
| Name | Description |
other |
EntityMove |
Properties
NewSchema
public string NewSchema { get; set; }Required. The new schema
| Property Value | |
|---|---|
| Type | Description |
string |
|