public class ExecuteDataExportShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionDetailShrink
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.
|
| 构造器和说明 |
|---|
ExecuteDataExportShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecuteDataExportShrinkRequest |
build(Map<String,?> map) |
String |
getActionDetailShrink() |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
Long |
getTid() |
ExecuteDataExportShrinkRequest |
setActionDetailShrink(String actionDetailShrink) |
ExecuteDataExportShrinkRequest |
setOrderId(Long orderId) |
ExecuteDataExportShrinkRequest |
setRealLoginUserUid(String realLoginUserUid) |
ExecuteDataExportShrinkRequest |
setTid(Long tid) |
@NameInMap(value="ActionDetail") public String actionDetailShrink
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 ExecuteDataExportShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic ExecuteDataExportShrinkRequest setActionDetailShrink(String actionDetailShrink)
public String getActionDetailShrink()
public ExecuteDataExportShrinkRequest setOrderId(Long orderId)
public Long getOrderId()
public ExecuteDataExportShrinkRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public ExecuteDataExportShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.