milvus-logo
LFAI
< Docs
  • Node

getQuerySegmentInfo()

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

Invocation

new milvusClient(MILUVS_ADDRESS).dataManager.getQuerySegmentInfo(getQuerySegmentInfoReq);

Parameters

getQuerySegmentInfoReq

ParameterDescriptionTypeRequired
collectionNameName of the collection to checkStringTrue

Example

new milvusClient(MILUVS_ADDRESS).dataManager.getQuerySegmentInfo({
  collectionName: 'my_collection',
});

Return

// getQuerySegmentInfo return
{ status: { error_code: 'Success', reason: '' }, infos: [] }

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?