Package io.milvus.client
Class ListPartitionsResponse
- java.lang.Object
-
- io.milvus.client.ListPartitionsResponse
-
public class ListPartitionsResponse extends java.lang.Object
Contains the returnedresponse
andpartitionList
forlistPartitions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getPartitionList()
Response
getResponse()
boolean
ok()
-
-
-
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
-
-