tencentcloud-sdk-nodejs-cls 4.1.175 → 4.1.179
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
|
@@ -9048,7 +9048,7 @@ export interface ModifyDashboardResponse {
|
|
|
9048
9048
|
*/
|
|
9049
9049
|
export interface DescribeRebuildIndexTasksResponse {
|
|
9050
9050
|
/**
|
|
9051
|
-
*
|
|
9051
|
+
* <p>索引重建任务列表</p>
|
|
9052
9052
|
*/
|
|
9053
9053
|
RebuildTasks?: Array<RebuildIndexTaskInfo>;
|
|
9054
9054
|
/**
|
|
@@ -10239,23 +10239,23 @@ export interface HighLightItem {
|
|
|
10239
10239
|
*/
|
|
10240
10240
|
export interface DescribeRebuildIndexTasksRequest {
|
|
10241
10241
|
/**
|
|
10242
|
-
*
|
|
10242
|
+
* <p>日志主题ID</p>
|
|
10243
10243
|
*/
|
|
10244
10244
|
TopicId: string;
|
|
10245
10245
|
/**
|
|
10246
|
-
*
|
|
10246
|
+
* <p>索引重建任务ID</p>
|
|
10247
10247
|
*/
|
|
10248
10248
|
TaskId?: string;
|
|
10249
10249
|
/**
|
|
10250
|
-
*
|
|
10250
|
+
* <p>索引重建任务状态,不填返回所有状态任务列表,多种状态之间用逗号分隔。</p><p>枚举值:</p><ul><li>0: 索引重建任务已创建</li><li>1: 正在创建索引重建资源</li><li>2: 已创建索引重建资源</li><li>3: 重建中</li><li>4: 暂停</li><li>5: 重建完成</li><li>6: 重建成功(可检索)</li><li>7: 重建失败</li><li>8: 任务取消</li><li>9: 元数据和索引已删除</li></ul>
|
|
10251
10251
|
*/
|
|
10252
10252
|
Status?: string;
|
|
10253
10253
|
/**
|
|
10254
|
-
*
|
|
10254
|
+
* <p>分页的偏移量,默认值为0。</p>
|
|
10255
10255
|
*/
|
|
10256
10256
|
Offset?: number;
|
|
10257
10257
|
/**
|
|
10258
|
-
*
|
|
10258
|
+
* <p>分页单页限制数目,默认值为10,最大值20。</p>
|
|
10259
10259
|
*/
|
|
10260
10260
|
Limit?: number;
|
|
10261
10261
|
}
|