Package io.milvus.client
Class DescribeTableResponse
- java.lang.Object
-
- io.milvus.client.DescribeTableResponse
-
public class DescribeTableResponse extends Object
Contains the returnedresponseandtableSchemafordescribeTable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetResponse()Optional<TableSchema>getTableSchema()booleanok()StringtoString()
-
-
-
Method Detail
-
getTableSchema
public Optional<TableSchema> getTableSchema()
- Returns:
- an
Optionalobject which may or may not contain aTableSchemaobject - See Also:
Optional
-
getResponse
public Response getResponse()
-
ok
public boolean ok()
-
-