Package io.milvus.client
Class DescribeTableResponse
- java.lang.Object
-
- io.milvus.client.DescribeTableResponse
-
public class DescribeTableResponse extends Object
Contains the returnedresponseandtableSchemafordescribeTable
-
-
Constructor Summary
Constructors Constructor Description DescribeTableResponse(Response response, TableSchema tableSchema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetResponse()Optional<TableSchema>getTableSchema()StringtoString()
-
-
-
Constructor Detail
-
DescribeTableResponse
public DescribeTableResponse(Response response, @Nullable TableSchema tableSchema)
-
-