API 参考
    正在准备搜索索引...

    接口 ClusteredCollectionOptions

    Configuration options for clustered collections

    interface ClusteredCollectionOptions {
        key: Document;
        name?: string;
        unique: boolean;
        [key: string]: any;
    }

    层级 (查看层级一览)

    可索引

    • [key: string]: any
    索引

    属性

    name?: string
    unique: boolean