public class ExecuteDataExportRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,?> |
actionDetail
The parameters that are required to perform the operation.
|
Long |
orderId
The ID of the ticket.
|
String |
realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ExecuteDataExportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecuteDataExportRequest |
build(Map<String,?> map) |
Map<String,?> |
getActionDetail() |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
Long |
getTid() |
ExecuteDataExportRequest |
setActionDetail(Map<String,?> actionDetail) |
ExecuteDataExportRequest |
setOrderId(Long orderId) |
ExecuteDataExportRequest |
setRealLoginUserUid(String realLoginUserUid) |
ExecuteDataExportRequest |
setTid(Long tid) |
@NameInMap(value="ActionDetail") public Map<String,?> actionDetail
The parameters that are required to perform the operation. Sample code:
{
"mode" : "FAST", // The mode in which data is exported. Default value: FAST. A value of NORMAL specifies that the export task can be terminated during the export. "encoding" : "UTF8", // The encoding format. "startTime" : "2022-12-22 00:00:00", // The point in time at which data export starts. "transaction" : false, // Specifies whether to enable transactions. "fileType" : "SQL" // The format of the exported file.}
You can also set mode, encoding, and fileType to the following values:
mode: NORMAL
encoding: UTF8MB4, GB2312, ISO_8859_1, GBK, LATAIN1, or CP1252
fileType: XLSX, CSV, JSON, or TXT
{ "fileType": "CSV", "encoding": "" }
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket.
This parameter is required.
example:1234
@NameInMap(value="RealLoginUserUid") public String realLoginUserUid
The ID of the Alibaba Cloud account that is used to call the API operation.
example:21400447956867****
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
public static ExecuteDataExportRequest build(Map<String,?> map) throws Exception
Exceptionpublic ExecuteDataExportRequest setActionDetail(Map<String,?> actionDetail)
public ExecuteDataExportRequest setOrderId(Long orderId)
public Long getOrderId()
public ExecuteDataExportRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public ExecuteDataExportRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.