ConnectivityCriterion interface
The criteria by which we determine whether the connector is connected or not. For Example, use a KQL query to check if the expected data type is flowing).
Properties
| type | Gets or sets the type of connectivity. |
| value | Gets or sets the queries for checking connectivity. |
Property Details
type
Gets or sets the type of connectivity.
type: string
Property Value
string
value
Gets or sets the queries for checking connectivity.
value?: string[]
Property Value
string[]