You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/datastream_v1.projects.locations.streams.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1889,6 +1889,9 @@ <h3>Method Details</h3>
1889
1889
"nextAvailableStartPosition": { # CDC strategy to resume replication from the next available position in the source. # Optional. Resume replication from the next available position in the source.
1890
1890
},
1891
1891
"specificStartPosition": { # CDC strategy to start replicating from a specific position in the source. # Optional. Start replicating from a specific position in the source.
1892
+
"mysqlGtidPosition": { # MySQL GTID position # MySQL GTID set to start replicating from.
1893
+
"gtidSet": "A String", # Required. The gtid set to start replication from.
1894
+
},
1892
1895
"mysqlLogPosition": { # MySQL log position # MySQL specific log position to start replicating from.
1893
1896
"logFile": "A String", # Required. The binary log file name.
1894
1897
"logPosition": 42, # Optional. The position within the binary log file. Default is head of file.
0 commit comments