Skip to main content

Interface IMeadowCloudSettings

An abstraction for connection settings for the Meadow.Cloud service

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IMeadowCloudSettings

Properties

Hostname

The host name to use for authentication

View Source
Declaration
string Hostname { get; set; }

DataHostname

The host name used for data exchange

View Source
Declaration
string DataHostname { get; set; }

EnableHealthMetrics

Enable to send health metrics to Meadow.Cloud

View Source
Declaration
bool EnableHealthMetrics { get; set; }

HealthMetricsInterval

Interval (in minutes) to send health metrics

View Source
Declaration
int HealthMetricsInterval { get; set; }