View Source GoogleApi.Datastream.V1.Model.MysqlSourceConfig (google_api_datastream v0.4.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.
  • maxConcurrentBackfillTasks (type: integer(), default: nil) - Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
  • maxConcurrentCdcTasks (type: integer(), default: nil) - Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.MysqlSourceConfig{
  excludeObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
  maxConcurrentBackfillTasks: integer() | nil,
  maxConcurrentCdcTasks: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.