NEST by Elastic and contributors

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

.NET API 4,262,912 bytes

 CatIndicesRecord

public class CatIndicesRecord : ICatRecord
public string DocsCount { get; set; }

public string DocsDeleted { get; set; }

public string Health { get; set; }

public string Index { get; set; }

public string Primary { get; set; }

public string PrimaryStoreSize { get; set; }

public string Replica { get; set; }

public string Status { get; set; }

public string StoreSize { get; set; }

public string TotalMemory { get; set; }

public string UUID { get; set; }