4using YamlDotNet.Serialization;
19 [YamlMember(SerializeAs = typeof(
string))]
23 set => base.Address = value;
29 [YamlMember(SerializeAs = typeof(
string))]
Information about a server in the swarm.
Configuration for the server swarm system.
Uri ControllerAddress
The SwarmServer.Address of the swarm controller. If null, the current server is considered the contro...
string PrivateKey
The private key used for swarm communication.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the SwarmConfiguration resid...
uint UpdateRequiredNodeCount
The number of nodes in addition to the controller required to be connected a server swarm before perf...