MaxComputeExportConfigurationSink

更新時間:
Copy as MD

名稱

類型

描述

樣本值

object

MaxComputeExportConfigurationSink

odpsEndpoint

string

MaxCompute Endpoint

  • ⚠️注意:僅支援同地區的 Endpoint

https://service.cn-hangzhou-intranet.maxcompute.aliyun-inc.com/api

odpsTunnelEndpoint

string

MaxCompute Tunnel Endpoint

  • ⚠️注意:僅支援同地區的 Tunnel Endpoint

https://dt.cn-hangzhou-intranet.maxcompute.aliyun-inc.com

odpsProject

string

MaxCompute 專案名稱

demo_project

odpsTable

string

MaxCompute 表名稱

demo_table

odpsRolearn

string

寫 MaxCompute ram 角色

acs:ram::xxxxxxx

odpsAccessKeyId

string

寫資料 ak id

axxxxxxxxxxxb

odpsAccessSecret

string

寫資料 ak 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(預設值)

  • false

true

timeFormatType

string

分區時間類型,支援如下兩種:

  • StrfTimeFormat(預設值)

  • JavaSimpleDateFormat

StrfTimeFormat

bufferInterval

string

計算投遞時間分區時的最小時間粒紋(單位:秒)

  • 1800(預設值)

  • 3600

1800