Milvex.Milvus.Proto.Milvus.ShowPartitionsResponse
(milvex v0.10.2)
Copy Markdown
List all partitions for particular collection response. The returned datas are all rows, we can format to columns by therir index.
Summary
Types
@type t() :: %Milvex.Milvus.Proto.Milvus.ShowPartitionsResponse{ __unknown_fields__: [Protobuf.unknown_field()], created_timestamps: [non_neg_integer()], created_utc_timestamps: [non_neg_integer()], inMemory_percentages: [integer()], partitionIDs: [integer()], partition_names: [String.t()], status: Milvex.Milvus.Proto.Common.Status.t() | nil }