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

PostgreSQL data source configuration

Attributes

  • excludeObjects (type: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t, default: nil) - PostgreSQL objects to exclude from the stream.
  • includeObjects (type: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t, default: nil) - PostgreSQL objects to include in the stream.
  • 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.
  • publication (type: String.t, default: nil) - Required. The name of the publication that includes the set of all tables that are defined in the stream's include_objects.
  • replicationSlot (type: String.t, default: nil) - Required. Immutable. The name of the logical replication slot that's configured with the pgoutput plugin.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig{
  excludeObjects: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t() | nil,
  maxConcurrentBackfillTasks: integer() | nil,
  publication: String.t() | nil,
  replicationSlot: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.