Interface IMeadowCloudSettings
An abstraction for connection settings for the Meadow.Cloud service
Assembly: Meadow.Contracts.dll
View Source
public interface IMeadowCloudSettings
Properties
Hostname
The host name to use for authentication
View Source
string Hostname { get; set; }
DataHostname
The host name used for data exchange
View Source
string DataHostname { get; set; }
EnableHealthMetrics
Enable to send health metrics to Meadow.Cloud
View Source
bool EnableHealthMetrics { get; set; }
HealthMetricsInterval
Interval (in minutes) to send health metrics
View Source
int HealthMetricsInterval { get; set; }