ConnectivityCriterionResponse

data class ConnectivityCriterionResponse(val type: String, val value: List<String>? = null)

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).

Constructors

Link copied to clipboard
constructor(type: String, value: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the type of connectivity.

Link copied to clipboard
val value: List<String>? = null

Gets or sets the queries for checking connectivity.