DataStream v1 API - Class MysqlLogPosition (2.8.0)

public sealed class MysqlLogPosition : IMessage<MysqlLogPosition>, IEquatable<MysqlLogPosition>, IDeepCloneable<MysqlLogPosition>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class MysqlLogPosition.

MySQL log position

Inheritance

object > MysqlLogPosition

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MysqlLogPosition()

public MysqlLogPosition()

MysqlLogPosition(MysqlLogPosition)

public MysqlLogPosition(MysqlLogPosition other)
Parameter
Name Description
other MysqlLogPosition

Properties

HasLogPosition

public bool HasLogPosition { get; }

Gets whether the "log_position" field is set

Property Value
Type Description
bool

LogFile

public string LogFile { get; set; }

Required. The binary log file name.

Property Value
Type Description
string

LogPosition

public int LogPosition { get; set; }

Optional. The position within the binary log file. Default is head of file.

Property Value
Type Description
int