tencentcloud-sdk-dlc 3.0.1203 → 3.0.1205
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/v20210125/models.rb +7 -4
- 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: aafa32b30e9873d26d757137dac4f1a9440b322e
|
|
4
|
+
data.tar.gz: caa20bbc4becffa354db8a817683536c6ced0760
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce10712eca9ea1502acdad7e81e083c4c458d2c865ed51e05d039170a9cb6f8e4bf941b9aede15e3f22afc3b04f229f19e006ce877cf849fa11dafb76c0e5c6b
|
|
7
|
+
data.tar.gz: 8c40eb43b763eb4aefa5e003e21f7d0c03e2fba5dc2e8fcebcf905e1b9660a7e4fd8808c16d0e10f481bbe48aabde7fec4cf58958d1ca719beb561ea0f380513
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1205
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -14395,7 +14395,7 @@ module TencentCloud
|
|
|
14395
14395
|
# @type LifecycleEnable: String
|
|
14396
14396
|
# @param Expiration: 过期时间
|
|
14397
14397
|
# @type Expiration: Integer
|
|
14398
|
-
# @param DropTable:
|
|
14398
|
+
# @param DropTable: 是否删表,该字段废弃已使用,用TableExpiration策略替代
|
|
14399
14399
|
# @type DropTable: Boolean
|
|
14400
14400
|
# @param ExpiredField: 过期字段
|
|
14401
14401
|
# @type ExpiredField: String
|
|
@@ -14403,6 +14403,9 @@ module TencentCloud
|
|
|
14403
14403
|
# @type ExpiredFieldFormat: String
|
|
14404
14404
|
|
|
14405
14405
|
attr_accessor :LifecycleEnable, :Expiration, :DropTable, :ExpiredField, :ExpiredFieldFormat
|
|
14406
|
+
extend Gem::Deprecate
|
|
14407
|
+
deprecate :DropTable, :none, 2026, 1
|
|
14408
|
+
deprecate :DropTable=, :none, 2026, 1
|
|
14406
14409
|
|
|
14407
14410
|
def initialize(lifecycleenable=nil, expiration=nil, droptable=nil, expiredfield=nil, expiredfieldformat=nil)
|
|
14408
14411
|
@LifecycleEnable = lifecycleenable
|
|
@@ -14425,13 +14428,13 @@ module TencentCloud
|
|
|
14425
14428
|
class SmartOptimizerPolicy < TencentCloud::Common::AbstractModel
|
|
14426
14429
|
# @param Inherit: 是否继承
|
|
14427
14430
|
# @type Inherit: String
|
|
14428
|
-
# @param Resources:
|
|
14431
|
+
# @param Resources: 数据治理资源
|
|
14429
14432
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14430
14433
|
# @type Resources: Array
|
|
14431
|
-
# @param Written:
|
|
14434
|
+
# @param Written: 数据重写策略
|
|
14432
14435
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14433
14436
|
# @type Written: :class:`Tencentcloud::Dlc.v20210125.models.SmartOptimizerWrittenPolicy`
|
|
14434
|
-
# @param Lifecycle:
|
|
14437
|
+
# @param Lifecycle: 数据过期策略
|
|
14435
14438
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14436
14439
|
# @type Lifecycle: :class:`Tencentcloud::Dlc.v20210125.models.SmartOptimizerLifecyclePolicy`
|
|
14437
14440
|
# @param Index: SmartOptimizerIndexPolicy
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1205
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|