Milvex.Milvus.Proto.Milvus.GetCompactionStateResponse
(milvex v0.6.0)
Copy Markdown
Summary
Types
@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() }