Skip to content

Commit

Permalink
Add dbName for GetQuery/Persistent SegementInfoReq
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Aug 1, 2024
1 parent 26a6184 commit 4928e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions milvus/types/Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,12 @@ export interface LoadBalanceReq extends GrpcTimeOut {

export interface GetQuerySegmentInfoReq extends GrpcTimeOut {
collectionName: string; // its collectioName, this is not colleciton_name :<
dbName?: string; // database name
}

export interface GePersistentSegmentInfoReq extends GrpcTimeOut {
collectionName: string; // its collectioName, this is not colleciton_name:<
dbName?: string; // database name
}

export interface ImportReq extends collectionNameReq {
Expand Down

0 comments on commit 4928e7f

Please sign in to comment.