|
名稱 |
類型 |
描述 |
樣本值 |
|---|---|---|---|
|
object |
|||
| Name |
string |
資料目錄的唯一識別名稱 |
my_catalog |
| Type |
string |
資料目錄類型,如 RELATIONAL |
RELATIONAL |
| Provider |
string |
資料來源提供方。EventHouse 為內建儲存,MySQL/PostgreSQL/Elasticsearch 為外部掛載 |
EventHouse |
| Comment |
string |
資料目錄的備註描述資訊 |
測試資料目錄 |
| Properties |
object |
擴充屬性(JSON 物件)。Elasticsearch 類型包含 IndexPattern 等資訊 |
{"IndexPattern":"my-index-*"} |
| ConnectionName |
string |
掛載類型 Catalog 關聯的連線名稱。僅 Provider 為 MySQL/PostgreSQL/Elasticsearch 時有值 |
my_connection |