跳到主要内容

wsrowindexconfigs

wsrowindexconfigs 索引

{
"worksheetId":"string", // 工作表Id
"projectId":"string", // 组织Id
"customeIndexName":"string", // 自定义索引名称
"indexName":"string", // 数据库中的索引名称
"fields":[{
"fieldId":"string",
"indexType":"string"
}] // 索引字段
"uniqueIndex":"bool", // 是否唯一索引
"wildcardIndex": "bool", // 是否通配符文本索引
"backgroundIndex": "bool", // 是否后台索引
"indexStateId":"string", // 索引状态Id -1:创建失败 0:排队中 1:正常状态
"messageQueueId":"string", // 消息队列编号
"createAccountId":"string", // 创建人账号Id
"modifyAccountId":"string", // 修改人账号Id
"createTime":"datetime", // 创建时间
"updateTime":"datetime", // 更新时间
"delete":"bool", // 是否被删除
}