Uses of Class
io.milvus.response.ShowPartResponseWrapper.PartitionInfo
-
Packages that use ShowPartResponseWrapper.PartitionInfo Package Description io.milvus.response -
-
Uses of ShowPartResponseWrapper.PartitionInfo in io.milvus.response
Methods in io.milvus.response that return ShowPartResponseWrapper.PartitionInfo Modifier and Type Method Description ShowPartResponseWrapper.PartitionInfoShowPartResponseWrapper. getPartitionInfoByName(@NonNull String partitionName)Get information of one partition by name.Methods in io.milvus.response that return types with arguments of type ShowPartResponseWrapper.PartitionInfo Modifier and Type Method Description List<ShowPartResponseWrapper.PartitionInfo>ShowPartResponseWrapper. getPartitionsInfo()Get information of the partitions.
-