본문으로 건너뛰기

인터페이스: IndexSuggestion

정의 위치: packages/db/src/indexes/index-registry.ts:26

속성

collectionId

collectionId: string;

정의 위치: packages/db/src/indexes/index-registry.ts:28


collectionSize?

optional collectionSize: number;

정의 위치: packages/db/src/indexes/index-registry.ts:31


fieldPath

fieldPath: string[];

정의 위치: packages/db/src/indexes/index-registry.ts:29


메시지

message: string;

정의 위치: packages/db/src/indexes/index-registry.ts:30


queryCount?

optional queryCount: number;

정의 위치: packages/db/src/indexes/index-registry.ts:33


queryTimeMs?

optional queryTimeMs: number;

정의 위치: packages/db/src/indexes/index-registry.ts:32


type

type: "collection-size" | "slow-query" | "frequent-field";

정의 위치: packages/db/src/indexes/index-registry.ts:27