public static class CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
dataOption
The export options for big data.
|
String |
exportContent
The type of data that you want to export.
|
List<String> |
exportTypes
The types of schemas that you want to export.
|
List<String> |
selectedTables
The tables that you want to export.
|
List<String> |
SQLExtOption
The extension options of the SQL script.
|
Map<String,String> |
tables
The conditions used to filter the tables to be exported.
|
String |
targetOption
The format in which the database is exported.
|
| 构造器和说明 |
|---|
CreateDatabaseExportOrderRequestPluginParamConfig() |
@NameInMap(value="DataOption") public List<String> dataOption
The export options for big data. The options are used to filter the big data to be exported. You can leave this parameter empty.
This parameter is required.
@NameInMap(value="ExportContent") public String exportContent
The type of data that you want to export. Valid values:
This parameter is required.
example:DATA
@NameInMap(value="ExportTypes") public List<String> exportTypes
The types of schemas that you want to export.
@NameInMap(value="SQLExtOption") public List<String> SQLExtOption
The extension options of the SQL script. You can leave this parameter empty.
This parameter is required.
@NameInMap(value="SelectedTables") public List<String> selectedTables
The tables that you want to export.
@NameInMap(value="Tables") public Map<String,String> tables
The conditions used to filter the tables to be exported.
@NameInMap(value="TargetOption") public String targetOption
The format in which the database is exported. Valid values:
This parameter is required.
example:SQL
public CreateDatabaseExportOrderRequestPluginParamConfig()
public static CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig build(Map<String,?> map) throws Exception
Exceptionpublic CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setDataOption(List<String> dataOption)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setExportContent(String exportContent)
public String getExportContent()
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setExportTypes(List<String> exportTypes)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setSQLExtOption(List<String> SQLExtOption)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setSelectedTables(List<String> selectedTables)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setTables(Map<String,String> tables)
public CreateDatabaseExportOrderRequest.CreateDatabaseExportOrderRequestPluginParamConfig setTargetOption(String targetOption)
public String getTargetOption()
Copyright © 2025. All rights reserved.