@@ -439,6 +439,8 @@ <h3>Method Details</h3>
439
439
},
440
440
"sourceConnectionProfile": "A String", # Required. Source connection profile resoource. Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
441
441
"sqlServerSourceConfig": { # SQLServer data source configuration # SQLServer data source configuration.
442
+ "changeTables": { # Configuration to use Change Tables CDC read method. # CDC reader reads from change tables.
443
+ },
442
444
"excludeObjects": { # SQLServer database structure. # SQLServer objects to exclude from the stream.
443
445
"schemas": [ # SQLServer schemas in the database server.
444
446
{ # SQLServer schema.
@@ -489,6 +491,8 @@ <h3>Method Details</h3>
489
491
},
490
492
"maxConcurrentBackfillTasks": 42, # Max concurrent backfill tasks.
491
493
"maxConcurrentCdcTasks": 42, # Max concurrent CDC tasks.
494
+ "transactionLogs": { # Configuration to use Transaction Logs CDC read method. # CDC reader reads from transaction logs.
495
+ },
492
496
},
493
497
},
494
498
"state": "A String", # The state of the stream.
@@ -899,6 +903,8 @@ <h3>Method Details</h3>
899
903
},
900
904
"sourceConnectionProfile": "A String", # Required. Source connection profile resoource. Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
901
905
"sqlServerSourceConfig": { # SQLServer data source configuration # SQLServer data source configuration.
906
+ "changeTables": { # Configuration to use Change Tables CDC read method. # CDC reader reads from change tables.
907
+ },
902
908
"excludeObjects": { # SQLServer database structure. # SQLServer objects to exclude from the stream.
903
909
"schemas": [ # SQLServer schemas in the database server.
904
910
{ # SQLServer schema.
@@ -949,6 +955,8 @@ <h3>Method Details</h3>
949
955
},
950
956
"maxConcurrentBackfillTasks": 42, # Max concurrent backfill tasks.
951
957
"maxConcurrentCdcTasks": 42, # Max concurrent CDC tasks.
958
+ "transactionLogs": { # Configuration to use Transaction Logs CDC read method. # CDC reader reads from transaction logs.
959
+ },
952
960
},
953
961
},
954
962
"state": "A String", # The state of the stream.
@@ -1298,6 +1306,8 @@ <h3>Method Details</h3>
1298
1306
},
1299
1307
"sourceConnectionProfile": "A String", # Required. Source connection profile resoource. Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
1300
1308
"sqlServerSourceConfig": { # SQLServer data source configuration # SQLServer data source configuration.
1309
+ "changeTables": { # Configuration to use Change Tables CDC read method. # CDC reader reads from change tables.
1310
+ },
1301
1311
"excludeObjects": { # SQLServer database structure. # SQLServer objects to exclude from the stream.
1302
1312
"schemas": [ # SQLServer schemas in the database server.
1303
1313
{ # SQLServer schema.
@@ -1348,6 +1358,8 @@ <h3>Method Details</h3>
1348
1358
},
1349
1359
"maxConcurrentBackfillTasks": 42, # Max concurrent backfill tasks.
1350
1360
"maxConcurrentCdcTasks": 42, # Max concurrent CDC tasks.
1361
+ "transactionLogs": { # Configuration to use Transaction Logs CDC read method. # CDC reader reads from transaction logs.
1362
+ },
1351
1363
},
1352
1364
},
1353
1365
"state": "A String", # The state of the stream.
@@ -1704,6 +1716,8 @@ <h3>Method Details</h3>
1704
1716
},
1705
1717
"sourceConnectionProfile": "A String", # Required. Source connection profile resoource. Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`
1706
1718
"sqlServerSourceConfig": { # SQLServer data source configuration # SQLServer data source configuration.
1719
+ "changeTables": { # Configuration to use Change Tables CDC read method. # CDC reader reads from change tables.
1720
+ },
1707
1721
"excludeObjects": { # SQLServer database structure. # SQLServer objects to exclude from the stream.
1708
1722
"schemas": [ # SQLServer schemas in the database server.
1709
1723
{ # SQLServer schema.
@@ -1754,6 +1768,8 @@ <h3>Method Details</h3>
1754
1768
},
1755
1769
"maxConcurrentBackfillTasks": 42, # Max concurrent backfill tasks.
1756
1770
"maxConcurrentCdcTasks": 42, # Max concurrent CDC tasks.
1771
+ "transactionLogs": { # Configuration to use Transaction Logs CDC read method. # CDC reader reads from transaction logs.
1772
+ },
1757
1773
},
1758
1774
},
1759
1775
"state": "A String", # The state of the stream.
0 commit comments