ConnectionMonitor interface
定义用于创建连接监视器的作的参数。
属性
| location | 连接监视器位置。 |
| properties | 连接监视器的属性。 |
| tags | 连接监视器标记。 |
属性详细信息
location
连接监视器位置。
location?: string
属性值
string
properties
tags
连接监视器标记。
tags?: Record<string, string>
属性值
Record<string, string>