Encapsulates statistics summarizing the outcome of a reconciliation sweep.
Constructors
new(indexed_count :
Int32 = 0, updated_count :
Int32 = 0, orphans_purged_count :
Int32 = 0, unchanged_count :
Int32 = 0, errors_count :
Int32 = 0)
Initializes a ReconcileStats structure.
SourceInstance methods
deleted
Returns the count of deleted/purged orphan documents.
Sourcedeleted_count
Returns the count of deleted/purged orphan documents.
Sourceerrors
Returns the count of encountered errors.
Sourceindexed
Returns the count of newly indexed documents.
Sourceorphans_purged_count=(orphans_purged_count :
Int32)
Sourceto_named_tuple
Converts statistics to a NamedTuple.
Sourceunchanged
Returns the count of unchanged documents.
Sourceupdated
Returns the count of updated documents.
Source