We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a7c4b commit 7e7a2b5Copy full SHA for 7e7a2b5
1 file changed
src/mongo_client.ts
@@ -1035,6 +1035,7 @@ export interface MongoOptions
1035
compressors: CompressorName[];
1036
writeConcern: WriteConcern;
1037
dbName: string;
1038
+ /** @deprecated - Will be made internal in a future major release. */
1039
metadata: ClientMetadata;
1040
/** @internal */
1041
extendedMetadata: Promise<Document>;
0 commit comments