tencentcloud-sdk-nodejs-chdfs 4.1.223 → 4.1.234

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-chdfs",
3
- "version": "4.1.223",
3
+ "version": "4.1.234",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -614,27 +614,27 @@ export interface FileSystem {
614
614
  */
615
615
  export interface RestoreTask {
616
616
  /**
617
- * 回热任务ID
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
- * 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
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
- * 回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)
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
  }