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

CDC strategy to start replicating from a specific position in the source.

Attributes

  • mysqlLogPosition (type: GoogleApi.Datastream.V1.Model.MysqlLogPosition.t, default: nil) - MySQL specific log position to start replicating from.
  • oracleScnPosition (type: GoogleApi.Datastream.V1.Model.OracleScnPosition.t, default: nil) - Oracle SCN to start replicating from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.SpecificStartPosition{
  mysqlLogPosition: GoogleApi.Datastream.V1.Model.MysqlLogPosition.t() | nil,
  oracleScnPosition: GoogleApi.Datastream.V1.Model.OracleScnPosition.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.