NEST by Elastic and contributors

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

.NET API 4,554,240 bytes

 ShardRecovery

public class ShardRecovery
public long Id { get; }

public RecoveryIndexStatus Index { get; }

public bool Primary { get; }

public RecoveryOrigin Source { get; }

public string Stage { get; }

public RecoveryStartStatus Start { get; }

public DateTime? StartTime { get; }

public DateTime? StopTime { get; }

public RecoveryOrigin Target { get; }

public long TotalTimeInMilliseconds { get; }

public string Type { get; }

public ShardRecovery()