NEST by Elastic and contributors

<PackageReference Include="NEST" Version="5.4.0" />

.NET API 4,554,240 bytes

 IndexingStats

public class IndexingStats
public long Current { get; set; }

public long DeleteCurrent { get; set; }

public string DeleteTime { get; set; }

public long DeleteTimeInMilliseconds { get; set; }

public long DeleteTotal { get; set; }

public bool IsThrottled { get; set; }

public long NoopUpdateTotal { get; set; }

public string ThrottleTime { get; set; }

public long ThrottleTimeInMilliseconds { get; set; }

public string Time { get; set; }

public long TimeInMilliseconds { get; set; }

public long Total { get; set; }

public IReadOnlyDictionary<string, IndexingStats> Types { get; set; }

public IndexingStats()