View Source GoogleApi.DataMigration.V1.Model.SchemaEntity (google_api_data_migration v0.21.0)
Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which support it). For some database engines, the terms schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.
Attributes
-
customFeatures
(type:map()
, default:nil
) - Custom engine specific features.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.SchemaEntity{ customFeatures: map() | nil }