|
パラメーター |
タイプ |
説明 |
例 |
|---|---|---|---|
|
object |
MaxCompute へのデータ転送タスク。 |
||
| odpsEndpoint |
string |
MaxCompute のエンドポイント。
|
https://service.cn-hangzhou-intranet.maxcompute.aliyun-inc.com/api |
| odpsTunnelEndpoint |
string |
MaxCompute の Tunnel エンドポイント。
|
https://dt.cn-hangzhou-intranet.maxcompute.aliyun-inc.com |
| odpsProject |
string |
MaxCompute のプロジェクト名。 |
demo_project |
| odpsTable |
string |
MaxCompute のテーブル名。 |
demo_table |
| odpsRolearn |
string |
データ転送タスクが MaxCompute にデータを書き込むために引き受ける Resource Access Management (RAM) ロール。 |
acs:ram::xxxxxxx |
| odpsAccessKeyId |
string |
MaxCompute にデータを書き込むために使用する AccessKey ID。 |
axxxxxxxxxxxb |
| odpsAccessSecret |
string |
MaxCompute にデータを書き込むために使用する AccessKey secret。 |
aaxxxxxxxxxxxxxxxxxxxxxbb |
| partitionTimeFormat |
string |
時間パーティションのフォーマット。 |
%Y_%m_%d |
| timeZone |
string |
タイムゾーン。 |
+0800 |
| fields |
array |
転送するフィールド。 |
|
|
string |
SLS のログフィールド。 |
'f1' |
|
| partitionColumn |
array |
転送するパーティションキー列。 |
|
|
string |
SLS のログフィールドまたは予約済みフィールド。予約済みフィールド __partition_time__ は、パーティションキー列として使用されます。 |
'p1' |
|
| filterInvalid |
boolean |
無効なコンテンツをフィルターするかどうかを指定します。
|
true |
| timeFormatType |
string |
時間パーティションのタイプ。有効な値:
|
StrfTimeFormat |
| bufferInterval |
string |
2 つのデータ転送タスク間の最小時間の粒度を指定します。単位:秒。有効な値:
|
1800 |