View Source GoogleApi.Datastream.V1.Model.BackfillAllStrategy (google_api_datastream v0.3.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.BackfillAllStrategy{
mysqlExcludedObjects: GoogleApi.Datastream.V1.Model.MysqlRdbms.t() | nil,
oracleExcludedObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.