Skip to content

Commit

Permalink
add db_name for ShowCollections
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Sep 2, 2024
1 parent 2b9ba0b commit 894860a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milvus/types/Collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export interface FieldType {
export interface ShowCollectionsReq extends GrpcTimeOut {
type?: ShowCollectionsType;
collection_names?: string[];
db_name?: string;
}

export type Properties = Record<string, string | number | boolean>;
Expand Down

0 comments on commit 894860a

Please sign in to comment.