GoogleApi.Datastream.V1.Model.SqlServerSourceConfig (google_api_datastream v0.10.0)

View Source

SQLServer data source configuration

Attributes

  • changeTables (type: GoogleApi.Datastream.V1.Model.SqlServerChangeTables.t, default: nil) - CDC reader reads from change tables.
  • excludeObjects (type: GoogleApi.Datastream.V1.Model.SqlServerRdbms.t, default: nil) - SQLServer objects to exclude from the stream.
  • includeObjects (type: GoogleApi.Datastream.V1.Model.SqlServerRdbms.t, default: nil) - SQLServer objects to include in the stream.
  • maxConcurrentBackfillTasks (type: integer(), default: nil) - Max concurrent backfill tasks.
  • maxConcurrentCdcTasks (type: integer(), default: nil) - Max concurrent CDC tasks.
  • transactionLogs (type: GoogleApi.Datastream.V1.Model.SqlServerTransactionLogs.t, default: nil) - CDC reader reads from transaction logs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.SqlServerSourceConfig{
  changeTables: GoogleApi.Datastream.V1.Model.SqlServerChangeTables.t() | nil,
  excludeObjects: GoogleApi.Datastream.V1.Model.SqlServerRdbms.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.SqlServerRdbms.t() | nil,
  maxConcurrentBackfillTasks: integer() | nil,
  maxConcurrentCdcTasks: integer() | nil,
  transactionLogs:
    GoogleApi.Datastream.V1.Model.SqlServerTransactionLogs.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.