Class MysqlGtidPosition
MySQL GTID position
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MysqlGtidPosition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GtidSet
Required. The gtid set to start replication from.
Declaration
[JsonProperty("gtidSet")]
public virtual string GtidSet { get; set; }
Property Value
Type | Description |
---|---|
string |