Class HarvesterConnection
public record HarvesterConnection : IEquatable<HarvesterConnection>
- Inheritance
-
HarvesterConnection
- Implements
- Inherited Members
- Extension Methods
Properties
Host
public string Host { get; init; }
Property Value
IsLocal
Flag indicating whether the harvester is local to the node
[JsonIgnore]
public bool IsLocal { get; }
Property Value
NodeId
public string NodeId { get; init; }
Property Value
Port
public int Port { get; init; }