milvus-logo
LFAI
< Docs

get_query_segment_info()

This method checks the information of the segments in the query nodes.

Invocation

get_query_segment_info(collection_name, timeout=None, using='default')

Parameters

ParameterDescriptionTypeRequired
collection_nameName of the collection to checkStringTrue
timeoutAn optional duration of time in seconds to allow for the RPC. If it is set to None, the client keeps waiting until the server responds or error occurs.FloatFalse
usingMilvus Connection used to check the segmentsStringFalse

Return

QuerySegmentInfo.

Feedback

Was this page helpful?