Datastream V1 API - Class Google::Cloud::Datastream::V1::MysqlLogPosition (v0.11.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::MysqlLogPosition.

MySQL log position

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#log_file

def log_file() -> ::String
Returns
  • (::String) — Required. The binary log file name.

#log_file=

def log_file=(value) -> ::String
Parameter
  • value (::String) — Required. The binary log file name.
Returns
  • (::String) — Required. The binary log file name.

#log_position

def log_position() -> ::Integer
Returns
  • (::Integer) — Optional. The position within the binary log file. Default is head of file.

#log_position=

def log_position=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The position within the binary log file. Default is head of file.
Returns
  • (::Integer) — Optional. The position within the binary log file. Default is head of file.