Index Advisor (#2270)

Index Advisor on query
This commit is contained in:
Nishtha Ahuja
2026-01-09 13:32:44 +05:30
committed by GitHub
parent 38823ac86f
commit 234e4181fc
13 changed files with 1068 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
import * as React from "react";
import { MessageBar, MessageBarType } from "@fluentui/react";
import * as React from "react";
import { handleError } from "../../../../../Common/ErrorHandlingUtils";
import {
mongoIndexTransformationRefreshingMessage,
renderMongoIndexTransformationRefreshMessage,
} from "../../SettingsRenderUtils";
import { handleError } from "../../../../../Common/ErrorHandlingUtils";
import { isIndexTransforming } from "../../SettingsUtils";
export interface IndexingPolicyRefreshComponentProps {