API 参考
    正在准备搜索索引...
    interface CollectionInfo {
        idIndex?: BSON.Document;
        info?: { readOnly?: false; uuid?: BSON.Binary };
        name: string;
        options?: BSON.Document;
        type?: string;
        [key: string]: any;
    }

    层级 (查看层级一览)

    可索引

    • [key: string]: any
    索引

    属性

    idIndex?: BSON.Document
    info?: { readOnly?: false; uuid?: BSON.Binary }
    name: string
    options?: BSON.Document
    type?: string