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

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

Attributes

  • mysqlExcludedObjects (type: GoogleApi.Datastream.V1.Model.MysqlRdbms.t, default: nil) - MySQL data source objects to avoid backfilling.
  • oracleExcludedObjects (type: GoogleApi.Datastream.V1.Model.OracleRdbms.t, default: nil) - Oracle data source objects to avoid backfilling.
  • postgresqlExcludedObjects (type: GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t, default: nil) - PostgreSQL data source objects to avoid backfilling.
  • sqlServerExcludedObjects (type: GoogleApi.Datastream.V1.Model.SqlServerRdbms.t, default: nil) - SQLServer data source objects to avoid backfilling

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.BackfillAllStrategy{
  mysqlExcludedObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
  oracleExcludedObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil,
  postgresqlExcludedObjects:
    GoogleApi.Datastream.V1.Model.PostgresqlRdbms.t() | nil,
  sqlServerExcludedObjects:
    GoogleApi.Datastream.V1.Model.SqlServerRdbms.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.