Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
FolderIndexationStatistics.cs
2{
7 {
11 public int NrAdded { get; internal set; } = 0;
12
16 public int NrUpdated { get; internal set; } = 0;
17
21 public int NrDeleted { get; internal set; } = 0;
22
26 public int NrFiles { get; internal set; } = 0;
27
31 public int TotalChanges { get; internal set; } = 0;
32 }
33}
Contains statistics about a files folder (re)indexation procedure.