tencentcloud-sdk-dts 3.0.622 → 3.0.623

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf970a65f6163c32fae611dd32b0c13c0df4a12f
4
- data.tar.gz: 25309bea47ab9d614278aa803c327c33bd2b1e68
3
+ metadata.gz: 1444b7f66045cd9d76e3a78142e2667d3364bbce
4
+ data.tar.gz: 8e06c4d912fb59148b4698b60bbedda59be5f7e2
5
5
  SHA512:
6
- metadata.gz: abbe124c0a589aa9d629c5073e2fc585987cb69ebd8b5bb3a1ea131d01bec8b88aeb10949dc3453ed26606dc9f9475beb7d629d8343b0c45a10ddc015f3253f3
7
- data.tar.gz: cdfbec6e62b0ed08b5495383b3158c2000484cf1139a1d0d11719037ccdcdfe25cd979b04e930a85eee7aa498634c7ba3d38aeff635eb9076fd47479c328fa5f
6
+ metadata.gz: ab5c4c3f18ff1162953a4d6e8cc8df58843133bf195367e17603beee202d722803c9109964401b1293600b1997030a5db2a53aec0aabe67fbd225cf0f1a624ec
7
+ data.tar.gz: e388025a103f3958c9c37f7c1c2312000aab03e8ccb579cbce6317f1fd77a4d922422d653a0f1e0a7d4422a0c63a7b4d34df92ab479fd1175d1aad2463be7b4b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.622
1
+ 3.0.623
@@ -3171,7 +3171,7 @@ module TencentCloud
3171
3171
  # 注意:此字段可能返回 null,表示取不到有效值。
3172
3172
  # @type IsDstReadOnly: Boolean
3173
3173
  # @param ExtraAttr: 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
3174
- # ["ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒) ]
3174
+ # ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒) ]
3175
3175
  # 注意:此字段可能返回 null,表示取不到有效值。
3176
3176
  # @type ExtraAttr: Array
3177
3177
 
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.622
4
+ version: 3.0.623
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-07-27 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common