View Source GoogleApi.DataMigration.V1.Model.EntityMove (google_api_data_migration v0.21.0)
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
Attributes
-
newSchema
(type:String.t
, default:nil
) - Required. The new schema
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.EntityMove{newSchema: String.t() | nil}