public sealed class MysqlGtidPosition : IMessage<MysqlGtidPosition>, IEquatable<MysqlGtidPosition>, IDeepCloneable<MysqlGtidPosition>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class MysqlGtidPosition.
MySQL GTID position
Implements
IMessageMysqlGtidPosition, IEquatableMysqlGtidPosition, IDeepCloneableMysqlGtidPosition, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
MysqlGtidPosition()
public MysqlGtidPosition()MysqlGtidPosition(MysqlGtidPosition)
public MysqlGtidPosition(MysqlGtidPosition other)| Parameter | |
|---|---|
| Name | Description |
other |
MysqlGtidPosition |
Properties
GtidSet
public string GtidSet { get; set; }Required. The gtid set to start replication from.
| Property Value | |
|---|---|
| Type | Description |
string |
|