GoogleApi.Datastream.V1.Model.MysqlLogPosition (google_api_datastream v0.10.0)

View Source

MySQL log position

Attributes

  • logFile (type: String.t, default: nil) - Required. The binary log file name.
  • logPosition (type: integer(), default: nil) - Optional. The position within the binary log file. Default is head of file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.MysqlLogPosition{
  logFile: String.t() | nil,
  logPosition: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.