Structure
DataConnector.Metrics
public struct Metrics: Decodable, Equatable
Represents the metrics such as success-rate and latency for the past 3 hours of a Data Connector.
Relationships
Member Of
DataConnector
A Data Connector is a mechanism to send device events in real-time from Disruptive Technologies' backend to an external service. It can be set up to send specific types of events to a configurable endpoint through an HTTP POST request.
Conforms To
Decodable
Equatable
Initializers
init(from:)
public init(from decoder: Decoder) throws