tencentcloud-sdk-nodejs-dlc 4.1.172 → 4.1.174
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.
package/package.json
CHANGED
|
@@ -338,7 +338,8 @@ export interface SmartOptimizerLifecyclePolicy {
|
|
|
338
338
|
*/
|
|
339
339
|
Expiration?: number;
|
|
340
340
|
/**
|
|
341
|
-
*
|
|
341
|
+
* 是否删表,该字段废弃已使用,用TableExpiration策略替代
|
|
342
|
+
* @deprecated
|
|
342
343
|
*/
|
|
343
344
|
DropTable?: boolean;
|
|
344
345
|
/**
|
|
@@ -1360,17 +1361,17 @@ export interface SmartOptimizerPolicy {
|
|
|
1360
1361
|
*/
|
|
1361
1362
|
Inherit?: string;
|
|
1362
1363
|
/**
|
|
1363
|
-
*
|
|
1364
|
+
* 数据治理资源
|
|
1364
1365
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1365
1366
|
*/
|
|
1366
1367
|
Resources?: Array<ResourceInfo>;
|
|
1367
1368
|
/**
|
|
1368
|
-
*
|
|
1369
|
+
* 数据重写策略
|
|
1369
1370
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1370
1371
|
*/
|
|
1371
1372
|
Written?: SmartOptimizerWrittenPolicy;
|
|
1372
1373
|
/**
|
|
1373
|
-
*
|
|
1374
|
+
* 数据过期策略
|
|
1374
1375
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1375
1376
|
*/
|
|
1376
1377
|
Lifecycle?: SmartOptimizerLifecyclePolicy;
|