tencentcloud-sdk-nodejs-chdfs 4.1.223 → 4.1.233
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
|
@@ -614,27 +614,27 @@ export interface FileSystem {
|
|
|
614
614
|
*/
|
|
615
615
|
export interface RestoreTask {
|
|
616
616
|
/**
|
|
617
|
-
*
|
|
617
|
+
* <p>回热任务ID</p>
|
|
618
618
|
*/
|
|
619
619
|
RestoreTaskId?: number;
|
|
620
620
|
/**
|
|
621
|
-
*
|
|
621
|
+
* <p>回热任务文件路径,不支持目录和通配符</p>
|
|
622
622
|
*/
|
|
623
623
|
FilePath?: string;
|
|
624
624
|
/**
|
|
625
|
-
*
|
|
625
|
+
* <p>回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)</p>
|
|
626
626
|
*/
|
|
627
627
|
Type?: number;
|
|
628
628
|
/**
|
|
629
|
-
*
|
|
629
|
+
* <p>指定恢复出的临时副本的有效时长(单位天)</p>
|
|
630
630
|
*/
|
|
631
631
|
Days?: number;
|
|
632
632
|
/**
|
|
633
|
-
*
|
|
633
|
+
* <p>回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)</p>
|
|
634
634
|
*/
|
|
635
635
|
Status?: number;
|
|
636
636
|
/**
|
|
637
|
-
*
|
|
637
|
+
* <p>创建时间</p>
|
|
638
638
|
*/
|
|
639
639
|
CreateTime?: string;
|
|
640
640
|
}
|