View Source GoogleApi.Datastream.V1.Model.MysqlSourceConfig (google_api_datastream v0.9.0)

MySQL source configuration

Attributes

  • binaryLogPosition (type: GoogleApi.Datastream.V1.Model.BinaryLogPosition.t, default: nil) - Use Binary log position based replication.
  • excludeObjects (type: GoogleApi.Datastream.V1.Model.MysqlRdbms.t, default: nil) - MySQL objects to exclude from the stream.
  • gtid (type: GoogleApi.Datastream.V1.Model.Gtid.t, default: nil) - Use GTID based replication.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.