tencentcloud-sdk-nodejs-lke 4.1.25 → 4.1.27

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-lke",
3
- "version": "4.1.25",
3
+ "version": "4.1.27",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2937,7 +2937,11 @@ export interface SaveDocRequest {
2937
2937
  */
2938
2938
  ETag: string;
2939
2939
  /**
2940
- * cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性 <br> 成功上传cos后,从返回头中获取
2940
+ * cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性
2941
+ 成功上传cos后,从返回头中获取
2942
+
2943
+ 请注意:
2944
+ cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判定为重复文档
2941
2945
  */
2942
2946
  CosHash: string;
2943
2947
  /**