Class HarvesterInfo
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record HarvesterInfo : IEquatable<HarvesterInfo>
- Inheritance
-
HarvesterInfo
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Connection
public HarvesterConnection Connection { get; init; }
Property Value
- HarvesterConnection
Duplicates
public IEnumerable<string> Duplicates { get; init; }
Property Value
- IEnumerable<string>
FailedToOpenFileNames
public IEnumerable<string> FailedToOpenFileNames { get; init; }
Property Value
- IEnumerable<string>
LastSyncDateTime
[JsonIgnore]
public DateTime LastSyncDateTime { get; }
Property Value
- DateTime
LastSyncTime
public double LastSyncTime { get; init; }
Property Value
- double
NoKeyFilenames
public IEnumerable<string> NoKeyFilenames { get; init; }
Property Value
- IEnumerable<string>
Plots
public IEnumerable<PlotInfo> Plots { get; init; }
Property Value
- IEnumerable<PlotInfo>
Syncing
public HarvesterSync Syncing { get; init; }
Property Value
- HarvesterSync
TotalPlotSize
public long TotalPlotSize { get; init; }
Property Value
- long