Added ignore partition key option (#2227)

* Added ignore partition key option

* fix unit test

* fix unit test

* Fix Unit Test
This commit is contained in:
sunghyunkang1111
2025-10-16 16:45:50 -05:00
committed by GitHub
parent d924824536
commit 3cd6d5a65d
4 changed files with 109 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export enum StorageKey {
DefaultQueryResultsView,
AppState,
MongoGuidRepresentation,
IgnorePartitionKeyOnDocumentUpdate,
}
export const hasRUThresholdBeenConfigured = (): boolean => {