mongo driver - collection export scripts

This commit is contained in:
Jan Prochazka
2024-08-20 09:15:10 +02:00
parent 9bc654cd38
commit 30e3bc6eeb
4 changed files with 40 additions and 9 deletions

View File

@@ -159,7 +159,7 @@ export interface EngineDriver extends FilterBehaviourProvider {
getAuthTokenFromCode(connection, options): Promise<string>;
getAccessTokenFromAuth(connection, req): Promise<string | null>;
getCollectionExportQueryScript(collection: string, condition: any, sort: any): string;
getCollectionExportQueryJson(collection: string, condition: any, sort: any): string;
getCollectionExportQueryJson(collection: string, condition: any, sort: any): {};
analyserClass?: any;
dumperClass?: any;