View Source GoogleApi.Datastream.V1.Model.MysqlSourceConfig (google_api_datastream v0.3.0)
MySQL source configuration
Attributes
-
excludeObjects(type:GoogleApi.Datastream.V1.Model.MysqlRdbms.t, default:nil) - MySQL objects to exclude from the stream. -
includeObjects(type:GoogleApi.Datastream.V1.Model.MysqlRdbms.t, default:nil) - MySQL objects to retrieve from the source.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.MysqlSourceConfig{
excludeObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
includeObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.