View Source GoogleApi.Datastream.V1.Model.SpecificStartPosition (google_api_datastream v0.9.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.
  • sqlServerLsnPosition (type: GoogleApi.Datastream.V1.Model.SqlServerLsnPosition.t, default: nil) - SqlServer LSN to start replicating from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.