| 构造器和说明 |
|---|
CreateSearchIndexRequest() |
CreateSearchIndexRequest(String tableName,
String indexName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIndexName() |
IndexSchema |
getIndexSchema() |
String |
getOperationName() |
String |
getSourceIndexName() |
String |
getTableName() |
Integer |
getTimeToLive()
Get the TTL time, in seconds.
|
void |
setIndexName(String indexName) |
void |
setIndexSchema(IndexSchema indexSchema) |
void |
setSourceIndexName(String sourceIndexName) |
void |
setTableName(String tableName) |
CreateSearchIndexRequest |
setTimeToLive(int timeToLive,
TimeUnit timeUnit)
The TTL time for index data.
|
CreateSearchIndexRequest |
setTimeToLiveInDays(int days)
TTL time for index data
After the table is created, this configuration item can be dynamically changed by calling
UpdateSearchIndexRequest. |
public String getTableName()
public void setTableName(String tableName)
public String getIndexName()
public void setIndexName(String indexName)
public IndexSchema getIndexSchema()
public void setIndexSchema(IndexSchema indexSchema)
public String getSourceIndexName()
public void setSourceIndexName(String sourceIndexName)
public Integer getTimeToLive()
public CreateSearchIndexRequest setTimeToLiveInDays(int days)
TTL time for index data
After the table is created, this configuration item can be dynamically changed by calling UpdateSearchIndexRequest.
days - ttl, parameter unit is in dayspublic CreateSearchIndexRequest setTimeToLive(int timeToLive, TimeUnit timeUnit)
The TTL time for index data.
After the table is created, this configuration item can be dynamically changed by calling UpdateSearchIndexRequest.
public String getOperationName()
getOperationName 在接口中 RequestCopyright © 2025. All Rights Reserved.