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