NamespaceDiscoveredStream interface
定义流属性。
属性
| destinations | 流的目标。 |
| last |
时间戳 (UTC) 指示添加或修改流的时间。 |
| name | 流定义的名称。 |
| stream |
字符串化 JSON,其中包含特定流的特定于连接器的配置。 |
| type |
URI 或类型定义 ID。 |
属性详细信息
destinations
lastUpdatedOn
时间戳 (UTC) 指示添加或修改流的时间。
lastUpdatedOn?: Date
属性值
Date
name
流定义的名称。
name: string
属性值
string
streamConfiguration
字符串化 JSON,其中包含特定流的特定于连接器的配置。
streamConfiguration?: string
属性值
string
typeRef
URI 或类型定义 ID。
typeRef?: string
属性值
string