tencentcloud-sdk-dts 3.0.506 → 3.0.508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211206/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99a29fe16e34d2108aa7fa720a39971691d4169f
|
|
4
|
+
data.tar.gz: 162310988dff8cfb813b19f1e05d2b1c759a58b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0653c4c221c31f955a741af91f873dd268521c7ce9587076eab25bdced42f76100ff141bb2db975d30243fa26035f447596c71e82abf0dc32f9e96a3a92c152
|
|
7
|
+
data.tar.gz: df2758ee61df9d4fb2c32cac6a46b20496e91cbe9e6e25efe04c5c4ea6504ebf8aeb536e6841ef1e01d5d93a887fbddb852fd992d15a6d2757c13e6d1a5e8d43
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.508
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -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操作,此项配置应该为["
|
|
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操作,此项配置应该为["
|
|
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.
|
|
4
|
+
version: 3.0.508
|
|
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-
|
|
11
|
+
date: 2023-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|