| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The MaxCompute data shipping job. | ||
| odpsEndpoint | string | The endpoint of MaxCompute.
| https://service.cn-hangzhou-intranet.maxcompute.aliyun-inc.com/api |
| odpsTunnelEndpoint | string | The Tunnel endpoint of MaxCompute.
| https://dt.cn-hangzhou-intranet.maxcompute.aliyun-inc.com |
| odpsProject | string | The name of the MaxCompute project. | demo_project |
| odpsTable | string | The name of the MaxCompute table. | demo_table |
| odpsRolearn | string | The Resource Access Management (RAM) role the data shipping job assumes to write data to MaxCompute. | acs:ram::xxxxxxx |
odpsAccessKeyIddeprecated | string | The AccessKey ID used to write data to MaxCompute. | axxxxxxxxxxxb |
odpsAccessSecretdeprecated | string | The AccessKey secret used to write data to MaxCompute. | aaxxxxxxxxxxxxxxxxxxxxxbb |
| partitionTimeFormat | string | The time partition format. | %Y_%m_%d |
| timeZone | string | The time zone. | +0800 |
| fields | array | The fields that you want to ship. | |
| string | The Simple Log Service log field. | 'f1' | |
| partitionColumn | array | The partition key columns that you want to ship. | |
| string | The Simple Log Service log field or reserved field. The reserved field __partition_time__ is used as a partition key column. | 'p1' | |
| filterInvalid | boolean | Specifies whether to filter the invalid content.
| true |
| timeFormatType | string | The time partition type. Valid values:
| StrfTimeFormat |
| bufferInterval | string | Specifies the minimum time granularity between two data shipping jobs. Unit: seconds. Valid values:
| 1800 |