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

Oracle data source configuration

Attributes

  • dropLargeObjects (type: GoogleApi.Datastream.V1.Model.DropLargeObjects.t, default: nil) - Drop large object values.
  • excludeObjects (type: GoogleApi.Datastream.V1.Model.OracleRdbms.t, default: nil) - Oracle objects to exclude from the stream.
  • includeObjects (type: GoogleApi.Datastream.V1.Model.OracleRdbms.t, default: nil) - Oracle 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 is used.
  • maxConcurrentCdcTasks (type: integer(), default: nil) - Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.
  • streamLargeObjects (type: GoogleApi.Datastream.V1.Model.StreamLargeObjects.t, default: nil) - Stream large object values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.OracleSourceConfig{
  dropLargeObjects: GoogleApi.Datastream.V1.Model.DropLargeObjects.t() | nil,
  excludeObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil,
  maxConcurrentBackfillTasks: integer() | nil,
  maxConcurrentCdcTasks: integer() | nil,
  streamLargeObjects: GoogleApi.Datastream.V1.Model.StreamLargeObjects.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.