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

    层级 (查看层级一览)

    可索引

    • [key: string]: any
    索引

    属性

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