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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.