tencentcloud-sdk-dts 3.0.729 → 3.0.730
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 +13 -13
- 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: b86072e935a71e2ad3a2e87ca4775188964c667a
|
|
4
|
+
data.tar.gz: ff77c4411f1c72f94fe6fd736f520c3cf7657276
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6b3cf012848ac987b1192685ba35c22ce7f83bf30768e0d6b3ce598f365a8ac312a3a2e027a062f65a9a93bbe08646338052e06395c3232d8c07f4880b19ea7
|
|
7
|
+
data.tar.gz: 48b48b3692487183a759fbdc98d9154a57dc4edde072420e1e06b64dbff303c4b3a5fc7efa9b7d0e7abd7417c43ae3fcb6cfd934cf2141e10787b7cc087579d1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.730
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -3097,7 +3097,7 @@ module TencentCloud
|
|
|
3097
3097
|
|
|
3098
3098
|
# 目标端为kakfa时添加的同步选项字段
|
|
3099
3099
|
class KafkaOption < TencentCloud::Common::AbstractModel
|
|
3100
|
-
# @param DataType: 投递到kafka的数据类型,如Avro,Json
|
|
3100
|
+
# @param DataType: 投递到kafka的数据类型,如Avro,Json,canal-pb,canal-json
|
|
3101
3101
|
# @type DataType: String
|
|
3102
3102
|
# @param TopicType: 同步topic策略,如Single(集中投递到单topic),Multi (自定义topic名称)
|
|
3103
3103
|
# @type TopicType: String
|
|
@@ -3843,7 +3843,7 @@ module TencentCloud
|
|
|
3843
3843
|
# @param KafkaOption: kafka同步选项
|
|
3844
3844
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3845
3845
|
# @type KafkaOption: :class:`Tencentcloud::Dts.v20211206.models.KafkaOption`
|
|
3846
|
-
# @param RateLimitOption:
|
|
3846
|
+
# @param RateLimitOption: 任务限速信息
|
|
3847
3847
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3848
3848
|
# @type RateLimitOption: :class:`Tencentcloud::Dts.v20211206.models.RateLimitOption`
|
|
3849
3849
|
# @param AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
|
|
@@ -4037,37 +4037,37 @@ module TencentCloud
|
|
|
4037
4037
|
|
|
4038
4038
|
# 迁移和同步任务限速的详细信息
|
|
4039
4039
|
class RateLimitOption < TencentCloud::Common::AbstractModel
|
|
4040
|
-
# @param CurrentDumpThread:
|
|
4040
|
+
# @param CurrentDumpThread: 当前生效的全量导出线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为16
|
|
4041
4041
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4042
4042
|
# @type CurrentDumpThread: Integer
|
|
4043
|
-
# @param DefaultDumpThread:
|
|
4043
|
+
# @param DefaultDumpThread: 默认的全量导出线程数,该字段仅在出参有意义
|
|
4044
4044
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4045
4045
|
# @type DefaultDumpThread: Integer
|
|
4046
|
-
# @param CurrentDumpRps: 当前生效的全量导出Rps
|
|
4046
|
+
# @param CurrentDumpRps: 当前生效的全量导出Rps,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为50000000
|
|
4047
4047
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4048
4048
|
# @type CurrentDumpRps: Integer
|
|
4049
|
-
# @param DefaultDumpRps: 默认的全量导出Rps
|
|
4049
|
+
# @param DefaultDumpRps: 默认的全量导出Rps,该字段仅在出参有意义
|
|
4050
4050
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4051
4051
|
# @type DefaultDumpRps: Integer
|
|
4052
|
-
# @param CurrentLoadThread:
|
|
4052
|
+
# @param CurrentLoadThread: 当前生效的全量导入线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为16
|
|
4053
4053
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4054
4054
|
# @type CurrentLoadThread: Integer
|
|
4055
|
-
# @param DefaultLoadThread:
|
|
4055
|
+
# @param DefaultLoadThread: 默认的全量导入线程数,该字段仅在出参有意义
|
|
4056
4056
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4057
4057
|
# @type DefaultLoadThread: Integer
|
|
4058
|
-
# @param CurrentLoadRps: 当前生效的全量导入Rps
|
|
4058
|
+
# @param CurrentLoadRps: 当前生效的全量导入Rps,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为50000000
|
|
4059
4059
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4060
4060
|
# @type CurrentLoadRps: Integer
|
|
4061
|
-
# @param DefaultLoadRps: 默认的全量导入Rps
|
|
4061
|
+
# @param DefaultLoadRps: 默认的全量导入Rps,该字段仅在出参有意义
|
|
4062
4062
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4063
4063
|
# @type DefaultLoadRps: Integer
|
|
4064
|
-
# @param CurrentSinkerThread:
|
|
4064
|
+
# @param CurrentSinkerThread: 当前生效的增量导入线程数,配置任务时可调整该字段值,注意:如果不设置或设置为0则表示保持当前值,最大值为128
|
|
4065
4065
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4066
4066
|
# @type CurrentSinkerThread: Integer
|
|
4067
|
-
# @param DefaultSinkerThread:
|
|
4067
|
+
# @param DefaultSinkerThread: 默认的增量导入线程数,该字段仅在出参有意义
|
|
4068
4068
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4069
4069
|
# @type DefaultSinkerThread: Integer
|
|
4070
|
-
# @param HasUserSetRateLimit: enum:"no"/"yes"、no表示用户未设置过限速、yes
|
|
4070
|
+
# @param HasUserSetRateLimit: enum:"no"/"yes"、no表示用户未设置过限速、yes表示设置过限速,该字段仅在出参有意义
|
|
4071
4071
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4072
4072
|
# @type HasUserSetRateLimit: String
|
|
4073
4073
|
|
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.730
|
|
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-12-
|
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|