public sealed class MysqlLogPosition : IMessage<MysqlLogPosition>, IEquatable<MysqlLogPosition>, IDeepCloneable<MysqlLogPosition>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class MysqlLogPosition.
MySQL log position
Implements
IMessageMysqlLogPosition, IEquatableMysqlLogPosition, IDeepCloneableMysqlLogPosition, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
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 |
|