tencentcloud-sdk-nodejs-cfs 4.1.249 → 4.1.256
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
|
@@ -1617,54 +1617,60 @@ export interface CreateCfsSnapshotResponse {
|
|
|
1617
1617
|
*/
|
|
1618
1618
|
export interface LifecycleRule {
|
|
1619
1619
|
/**
|
|
1620
|
-
*
|
|
1620
|
+
* <p>数据转储后的存储类型。其中:InfrequentAccess:低频介质存储;ColdStorage:冷存储。</p>
|
|
1621
1621
|
*/
|
|
1622
1622
|
StorageType: string;
|
|
1623
1623
|
/**
|
|
1624
|
-
*
|
|
1624
|
+
* <p>数据转储文件类型。其中,BIG_FILE:超大文件;STD_FILE:普通文件;SMALL_FILE:小文件;ALL:所有文件。</p>
|
|
1625
1625
|
*/
|
|
1626
1626
|
FileType: string;
|
|
1627
1627
|
/**
|
|
1628
|
-
*
|
|
1628
|
+
* <p>数据转储行为。其中,Archive:沉降;Noarchive:不沉降。</p>
|
|
1629
1629
|
*/
|
|
1630
1630
|
Action: string;
|
|
1631
1631
|
/**
|
|
1632
|
-
*
|
|
1632
|
+
* <p>数据转储触发时间。由“DEFAULT_ATIME_”与“数字”组成,单位为天。当 Action 为 Noarchive,请保持为空。</p>
|
|
1633
1633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1634
1634
|
*/
|
|
1635
1635
|
Interval?: string;
|
|
1636
1636
|
/**
|
|
1637
|
-
*
|
|
1637
|
+
* <p>数据转储文件最大规格。其数值需使用“数字+单位”格式进行表示,单位支持K(KiB)、M(MiB)、G(GiB)。</p>
|
|
1638
1638
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
1639
|
*/
|
|
1640
1640
|
FileMaxSize?: string;
|
|
1641
1641
|
/**
|
|
1642
|
-
*
|
|
1642
|
+
* <p>数据转储文件最小规格。其数值需使用“数字+单位”格式进行表示,单位支持K(KiB)、M(MiB)、G(GiB)。</p>
|
|
1643
1643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1644
1644
|
*/
|
|
1645
1645
|
FileMinSize?: string;
|
|
1646
1646
|
/**
|
|
1647
|
-
*
|
|
1647
|
+
* <p>策略类型</p>
|
|
1648
1648
|
*/
|
|
1649
1649
|
PolicyType?: string;
|
|
1650
1650
|
/**
|
|
1651
|
-
*
|
|
1651
|
+
* <p>阈值范围[10-90]</p>
|
|
1652
1652
|
*/
|
|
1653
1653
|
ExpireThreshold?: number;
|
|
1654
1654
|
/**
|
|
1655
|
-
*
|
|
1655
|
+
* <p>阈值范围[10-90]</p>
|
|
1656
1656
|
*/
|
|
1657
1657
|
TargetThreshold?: number;
|
|
1658
1658
|
/**
|
|
1659
|
-
*
|
|
1660
|
-
|
|
1661
|
-
ture:覆盖
|
|
1662
|
-
|
|
1663
|
-
false:不覆盖(同时也不会释放热存数据)
|
|
1664
|
-
|
|
1665
|
-
为空时,默认为false
|
|
1659
|
+
* <p>当CFSTurbo内的文件和外置存储存在同名情况时,是否覆盖。</p><p>ture:覆盖</p><p>false:不覆盖(同时也不会释放热存数据)</p><p>为空时,默认为false</p>
|
|
1666
1660
|
*/
|
|
1667
1661
|
IsOverwrite?: boolean;
|
|
1662
|
+
/**
|
|
1663
|
+
* <p>新建文件是否近实时同步至 S3。true:近实时同步(30 秒内)/ false:基于策略配置时间同步。默认 false。仅当 StorageType=ExternalStorage 时生效</p>
|
|
1664
|
+
*/
|
|
1665
|
+
IsCreateRealTimeSync?: boolean;
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>修改文件是否近实时同步至 S3。true:近实时同步(30 秒内)/ false:基于策略配置时间同步。默认 false。仅当 StorageType=ExternalStorage 时生效。与 IsOverwrite 独立</p>
|
|
1668
|
+
*/
|
|
1669
|
+
IsModifyRealTimeSync?: boolean;
|
|
1670
|
+
/**
|
|
1671
|
+
* <p>删除文件是否同步至 S3。true:同步删除(30 秒内)/ false:不同步删除。默认 false。为 true 时要求目标 COS Bucket 已开启多版本。仅当 StorageType=ExternalStorage 时生效</p>
|
|
1672
|
+
*/
|
|
1673
|
+
IsSyncDelete?: boolean;
|
|
1668
1674
|
}
|
|
1669
1675
|
/**
|
|
1670
1676
|
* 文件系统配额信息
|
|
@@ -1829,7 +1835,7 @@ export interface LifecycleDataTaskInfo {
|
|
|
1829
1835
|
*/
|
|
1830
1836
|
TaskId?: string;
|
|
1831
1837
|
/**
|
|
1832
|
-
* <p
|
|
1838
|
+
* <p>任务状态</p><p>枚举值:</p><ul><li>init: 排队中</li><li>running: 执行中</li><li>finished: 已完成</li><li>failed: 失败</li><li>stopping: 停止中</li><li>stopped: 已停止</li></ul>
|
|
1833
1839
|
*/
|
|
1834
1840
|
TaskStatus?: string;
|
|
1835
1841
|
/**
|