|
パラメーター |
タイプ |
説明 |
例 |
|---|---|---|---|
|
object |
|||
| Name |
string |
データカタログの一意の識別子名。 |
my_catalog |
| Type |
string |
データカタログのタイプ。例: RELATIONAL。 |
RELATIONAL |
| Provider |
string |
データソースプロバイダー。EventHouse は組み込みストレージです。MySQL/PostgreSQL/Elasticsearch は外部マウントされます。 |
EventHouse |
| Comment |
string |
データカタログのコメントまたは説明。 |
Test data catalog |
| Properties |
object |
拡張プロパティ (JSON オブジェクト)。Elasticsearch タイプには IndexPattern などの情報が含まれます。 |
{"IndexPattern":"my-index-*"} |
| ConnectionName |
string |
マウントタイプのカタログに関連付けられた接続名。Provider が MySQL/PostgreSQL/Elasticsearch の場合にのみ値を持ちます。 |
my_connection |