# `Milvex.Milvus.Proto.Milvus.GetCompactionStateResponse`

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Milvus.GetCompactionStateResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  completedPlanNo: integer(),
  executingPlanNo: integer(),
  failedPlanNo: integer(),
  state: Milvex.Milvus.Proto.Common.CompactionState.t(),
  status: Milvex.Milvus.Proto.Common.Status.t() | nil,
  timeoutPlanNo: integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
