tencentcloud-sdk-dts 3.0.506 → 3.0.507

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da3beb554fdc93f312b13cd6b7a66145a61d3951
4
- data.tar.gz: a101ec7ba38cffbd089435555c366334b0624ecf
3
+ metadata.gz: 75f51d33ea2914b9f21f50a62ee9056194d9dae9
4
+ data.tar.gz: 6813728f6d4d45c54ed2ed161d8565460f3aa3a5
5
5
  SHA512:
6
- metadata.gz: 38ab9cda79454253cb0354c60bc00addc5fe644e3b4f78aa3a9fc00c81d062aa480545e5b5c6a1c10e4794e385ab9846ce4ff463e1811a27d91b8c610aee9c74
7
- data.tar.gz: ed3a34c59a845b298ec788d749f139f39ad29a0ef3741abe225f41f758de733e993f78c901059eca1ecbefdf8aeec08868ea5e3988004c94be5f3d46473f2b6a
6
+ metadata.gz: 199b153932be8ab2a928edac89a4051e536bd32738afa36a21ae580851f5c7bef34382b5823f583dc4edfb8dfb19f6a7cddfa4e2797a1fdf9f4253f3c29f043d
7
+ data.tar.gz: 17e07039dd0c44269bab99b908c78604d66c67feca77099d980b8240d0ea7dbe3dd86b74adaa1553ab470cac4c2145494ecc4078df1ce01deafee7d0a04386a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.506
1
+ 3.0.507
@@ -4464,7 +4464,7 @@ module TencentCloud
4464
4464
  # @param FilterCondition: 过滤条件
4465
4465
  # 注意:此字段可能返回 null,表示取不到有效值。
4466
4466
  # @type FilterCondition: String
4467
- # @param TmpTables: 同步临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在同步过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["_t1_new","_t1_old"];如要对t1进行gh-ost操作,此项配置应该为["_t1_ghc","_t1_gho","_t1_del"],pt-osc与gh-ost产生的临时表可同时配置。
4467
+ # @param TmpTables: 同步临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在同步过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
4468
4468
  # 注意:此字段可能返回 null,表示取不到有效值。
4469
4469
  # @type TmpTables: Array
4470
4470
  # @param TableEditMode: 编辑表类型,rename(表映射),pt(同步附加表)
@@ -4498,7 +4498,7 @@ module TencentCloud
4498
4498
  # @param NewTableName: 迁移后的表名,当TableEditMode为rename时此项必填,注意此配置与TmpTables互斥,只能使用其中一种
4499
4499
  # 注意:此字段可能返回 null,表示取不到有效值。
4500
4500
  # @type NewTableName: String
4501
- # @param TmpTables: 迁移临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在迁移过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["_t1_new","_t1_old"];如要对t1进行gh-ost操作,此项配置应该为["_t1_ghc","_t1_gho","_t1_del"],pt-osc与gh-ost产生的临时表可同时配置。
4501
+ # @param TmpTables: 迁移临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在迁移过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
4502
4502
  # 注意:此字段可能返回 null,表示取不到有效值。
4503
4503
  # @type TmpTables: Array
4504
4504
  # @param TableEditMode: 编辑表类型,rename(表映射),pt(同步附加表)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.506
4
+ version: 3.0.507
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-10 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common