public static class CreateDataArchiveOrderRequest.CreateDataArchiveOrderRequestParamTableIncludes
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tableName
The table name.
|
String |
tableWhere
The filter condition that is specified by the WHERE clause of the archiving configuration.
|
| 构造器和说明 |
|---|
CreateDataArchiveOrderRequestParamTableIncludes() |
@NameInMap(value="TableName") public String tableName
The table name.
This parameter is required.
example:table1
@NameInMap(value="TableWhere") public String tableWhere
The filter condition that is specified by the WHERE clause of the archiving configuration. If a time variable is used in the filter condition, the filter condition is specified in the following format: field name <=\"${variable name}\". The variable name in the filter condition must be the same as the time variable name that is specified in the Variables parameter.
example:gmt_modified<\"${time}\"
public CreateDataArchiveOrderRequestParamTableIncludes()
public static CreateDataArchiveOrderRequest.CreateDataArchiveOrderRequestParamTableIncludes build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataArchiveOrderRequest.CreateDataArchiveOrderRequestParamTableIncludes setTableName(String tableName)
public String getTableName()
public CreateDataArchiveOrderRequest.CreateDataArchiveOrderRequestParamTableIncludes setTableWhere(String tableWhere)
public String getTableWhere()
Copyright © 2025. All rights reserved.