View Source GoogleApi.Datastream.V1.Model.SqlServerSourceConfig (google_api_datastream v0.4.0)

SQLServer data source configuration

Attributes

  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.