Skip to main content

wsrowindexconfigs

Index

{
"worksheetId":"string", // Worksheet ID
"projectId":"string", // Organization ID
"customeIndexName":"string", // Custom index name
"indexName":"string", // Index name in the database
"fields":[{
"fieldId":"string",
"indexType":"string"
}] // Index field
"uniqueIndex":"bool", // Unique index or not
"wildcardIndex": "bool", // Wildcard text index or not
"backgroundIndex": "bool", // Backend index or not
"indexStateId":"string", // Index status ID. -1: Creation failed, 0: In queue, 1: Normal
"messageQueueId":"string", // Message queue number
"createAccountId":"string", // Creator account ID
"modifyAccountId":"string", // Modifier account ID
"createTime":"datetime", // Date created
"updateTime":"datetime", // Date updated
"delete":"bool", // Deleted or not
}