NEST by Elasticsearch Inc. and contributors

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

.NET API 2,320,896 bytes

 IndexingStats

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

public long DeleteCurrent { get; set; }

public string DeleteTime { get; set; }

public double 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 double TimeInMilliseconds { get; set; }

public long Total { get; set; }

public Dictionary<string, TypeStats> Types { get; set; }

public IndexingStats()