AutoBE
    Preparing search index...
    interface IMongoCollectionProfile {
        bsonPath: string | null;
        bsonUncompressedBytes: number & Type<"uint32"> | null;
        fieldProfiles: IMongoFieldProfile[];
        indexes: IMongoIndexProfile[];
        metadataPath: string | null;
        name: string;
        sampleDocuments: number & Type<"uint32">;
        sampleTruncated: boolean;
    }
    Index

    Properties

    bsonPath: string | null
    bsonUncompressedBytes: number & Type<"uint32"> | null
    fieldProfiles: IMongoFieldProfile[]
    metadataPath: string | null
    name: string
    sampleDocuments: number & Type<"uint32">
    sampleTruncated: boolean