milvus-logo

Class ListPartitionsResponse

  • java.lang.Object
    • io.milvus.client.ListPartitionsResponse

  • public class ListPartitionsResponse
    extends java.lang.Object
    Contains the returned response and partitionList for listPartitions
    • Method Summary

      Modifier and Type Method Description
      java.util.List<java.lang.String> getPartitionList()  
      Response getResponse()  
      boolean ok()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPartitionList

        public java.util.List<java.lang.String> getPartitionList()
        Returns:
        a List of partition tags.
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS